mirror of https://github.com/PCSX2/pcsx2.git
Fix Linux builds.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2578 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6730abd967
commit
4a6b425832
|
@ -138,6 +138,7 @@ set(pcsx2Sources
|
||||||
IopCounters.cpp
|
IopCounters.cpp
|
||||||
IopDma.cpp
|
IopDma.cpp
|
||||||
IopHw.cpp
|
IopHw.cpp
|
||||||
|
IopIrq.cpp
|
||||||
IopMem.cpp
|
IopMem.cpp
|
||||||
IopSio2.cpp
|
IopSio2.cpp
|
||||||
# Mdec.cpp
|
# Mdec.cpp
|
||||||
|
|
|
@ -258,6 +258,7 @@
|
||||||
<Unit filename="../IopDma.h" />
|
<Unit filename="../IopDma.h" />
|
||||||
<Unit filename="../IopHw.cpp" />
|
<Unit filename="../IopHw.cpp" />
|
||||||
<Unit filename="../IopHw.h" />
|
<Unit filename="../IopHw.h" />
|
||||||
|
<Unit filename="../IopIrq.cpp" />
|
||||||
<Unit filename="../IopMem.cpp" />
|
<Unit filename="../IopMem.cpp" />
|
||||||
<Unit filename="../IopMem.h" />
|
<Unit filename="../IopMem.h" />
|
||||||
<Unit filename="../IopSio2.cpp" />
|
<Unit filename="../IopSio2.cpp" />
|
||||||
|
|
Loading…
Reference in New Issue