mirror of https://github.com/PCSX2/pcsx2.git
Add VUmicro.cpp to the Linux build systems.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2643 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
340eb72bcd
commit
1b21deafcd
|
@ -178,6 +178,7 @@ set(pcsx2Sources
|
|||
Vif_Unpack.inl
|
||||
vtlb.cpp
|
||||
VU0.cpp
|
||||
VUmicro.cpp
|
||||
VU0micro.cpp
|
||||
VU0microInterp.cpp
|
||||
VU1micro.cpp
|
||||
|
|
|
@ -324,6 +324,7 @@
|
|||
<Unit filename="../VU1microInterp.cpp" />
|
||||
<Unit filename="../VUflags.cpp" />
|
||||
<Unit filename="../VUflags.h" />
|
||||
<Unit filename="../VUmicro.cpp" />
|
||||
<Unit filename="../VUmicro.h" />
|
||||
<Unit filename="../VUmicroMem.cpp" />
|
||||
<Unit filename="../VUops.cpp" />
|
||||
|
|
Loading…
Reference in New Issue