mirror of https://github.com/PCSX2/pcsx2.git
VS2010 Compile fix for r4865
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4866 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
ac9bf45f98
commit
b54fe4cb9e
|
@ -457,6 +457,7 @@
|
|||
<ClCompile Include="..\..\Memory.cpp" />
|
||||
<ClCompile Include="..\..\x86\ix86-32\recVTLB.cpp" />
|
||||
<ClCompile Include="..\..\vtlb.cpp" />
|
||||
<ClCompile Include="..\..\MTVU.cpp" />
|
||||
<ClCompile Include="..\..\VUmicro.cpp" />
|
||||
<ClCompile Include="..\..\VUmicroMem.cpp" />
|
||||
<ClCompile Include="..\..\x86\iVU1micro.cpp" />
|
||||
|
@ -713,7 +714,8 @@
|
|||
<ClInclude Include="..\..\Cache.h" />
|
||||
<ClInclude Include="..\..\Memory.h" />
|
||||
<ClInclude Include="..\..\vtlb.h" />
|
||||
<ClInclude Include="..\..\VU.h" />
|
||||
<ClInclude Include="..\..\MTVU.h" />
|
||||
<ClInclude Include="..\..\VU.h" />
|
||||
<ClInclude Include="..\..\VUmicro.h" />
|
||||
<ClInclude Include="..\..\x86\microVU.h" />
|
||||
<ClInclude Include="..\..\x86\microVU_IR.h" />
|
||||
|
|
|
@ -314,6 +314,9 @@
|
|||
<ClCompile Include="..\..\vtlb.cpp">
|
||||
<Filter>System\Ps2\EmotionEngine\Memory</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\MTVU.cpp">
|
||||
<Filter>System\Ps2\EmotionEngine\VU</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\VUmicro.cpp">
|
||||
<Filter>System\Ps2\EmotionEngine\VU</Filter>
|
||||
</ClCompile>
|
||||
|
@ -894,6 +897,9 @@
|
|||
<ClInclude Include="..\..\vtlb.h">
|
||||
<Filter>System\Ps2\EmotionEngine\Memory</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\MTVU.h">
|
||||
<Filter>System\Ps2\EmotionEngine\VU</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\VU.h">
|
||||
<Filter>System\Ps2\EmotionEngine\VU</Filter>
|
||||
</ClInclude>
|
||||
|
|
Loading…
Reference in New Issue