mirror of https://github.com/PCSX2/pcsx2.git
Fix VS2010 compiling. Patch by miseru99, thanks :)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4836 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
f816748d72
commit
c8b7b410a3
|
@ -409,6 +409,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\GameDatabase.cpp" />
|
||||
<ClCompile Include="..\..\Gif_Logger.cpp" />
|
||||
<ClCompile Include="..\..\Gif_Unit.cpp" />
|
||||
<ClCompile Include="..\..\gui\AppGameDatabase.cpp" />
|
||||
<ClCompile Include="..\..\gui\AppUserMode.cpp" />
|
||||
|
@ -549,7 +550,6 @@
|
|||
<ClCompile Include="..\..\Ipu\yuv2rgb.cpp" />
|
||||
<ClCompile Include="..\..\Ipu\mpeg2lib\Idct.cpp" />
|
||||
<ClCompile Include="..\..\Ipu\mpeg2lib\Mpeg.cpp" />
|
||||
<ClCompile Include="..\..\ps2\GIFpath.cpp" />
|
||||
<ClCompile Include="..\..\GS.cpp" />
|
||||
<ClCompile Include="..\..\GSState.cpp" />
|
||||
<ClCompile Include="..\..\MTGS.cpp" />
|
||||
|
|
|
@ -551,9 +551,6 @@
|
|||
<ClCompile Include="..\..\Ipu\mpeg2lib\Mpeg.cpp">
|
||||
<Filter>System\Ps2\IPU\mpeg2lib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\ps2\GIFpath.cpp">
|
||||
<Filter>System\Ps2\GS</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\GS.cpp">
|
||||
<Filter>System\Ps2\GS</Filter>
|
||||
</ClCompile>
|
||||
|
@ -814,6 +811,9 @@
|
|||
<ClCompile Include="..\..\Gif_Unit.cpp">
|
||||
<Filter>System\Ps2\GS</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Gif_Logger.cpp">
|
||||
<Filter>System\Ps2\GS</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\Patch.h">
|
||||
|
|
Loading…
Reference in New Issue