Bring Linux project files back up to date.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2491 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-01-23 05:05:50 +00:00
parent 75cdc5b955
commit cc52adf6cb
2 changed files with 14 additions and 10 deletions

View File

@ -164,10 +164,13 @@ set(pcsx2Sources
SPR.cpp SPR.cpp
Stats.cpp Stats.cpp
System.cpp System.cpp
Vif0Dma.cpp Vif0_Commands.cpp
Vif1Dma.cpp Vif0_Dma.cpp
Vif1_Commands.cpp
Vif1_Dma.cpp
Vif1_MFIFO.cpp
Vif.cpp Vif.cpp
VifDma.cpp Vif_Commands.cpp
Vif_Unpack.cpp Vif_Unpack.cpp
Vif_Unpack.inl Vif_Unpack.inl
vtlb.cpp vtlb.cpp
@ -225,8 +228,7 @@ set(pcsx2Headers
Stats.h Stats.h
StringUtils.h StringUtils.h
System.h System.h
VifDma.h Vif_Dma.h
VifDma_internal.h
Vif.h Vif.h
Vif_Unpack.h Vif_Unpack.h
vtlb.h vtlb.h

View File

@ -325,11 +325,13 @@
<Unit filename="../VUops.h" /> <Unit filename="../VUops.h" />
<Unit filename="../Vif.cpp" /> <Unit filename="../Vif.cpp" />
<Unit filename="../Vif.h" /> <Unit filename="../Vif.h" />
<Unit filename="../Vif0Dma.cpp" /> <Unit filename="../Vif0_Commands.cpp" />
<Unit filename="../Vif1Dma.cpp" /> <Unit filename="../Vif0_Dma.cpp" />
<Unit filename="../VifDma.cpp" /> <Unit filename="../Vif1_Commands.cpp" />
<Unit filename="../VifDma.h" /> <Unit filename="../Vif1_Dma.cpp" />
<Unit filename="../VifDma_internal.h" /> <Unit filename="../Vif1_MFIFO.cpp" />
<Unit filename="../Vif_Commands.cpp" />
<Unit filename="../Vif_Dma.h" />
<Unit filename="../Vif_Unpack.cpp" /> <Unit filename="../Vif_Unpack.cpp" />
<Unit filename="../Vif_Unpack.h" /> <Unit filename="../Vif_Unpack.h" />
<Unit filename="../Vif_Unpack.inl" /> <Unit filename="../Vif_Unpack.inl" />