mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #1330 from PCSX2/gsdx-move-crc-separate-file
Gsdx move crc separate file
This commit is contained in:
commit
2160d7da81
|
@ -69,6 +69,7 @@ set(GSdxSources
|
|||
GSDrawScanlineCodeGenerator.x64.avx.cpp
|
||||
GSDump.cpp
|
||||
GSFunctionMap.cpp
|
||||
GSHwHack.cpp
|
||||
GSLinuxDialog.cpp
|
||||
GSLocalMemory.cpp
|
||||
GSLzma.cpp
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -690,6 +690,7 @@
|
|||
<ClCompile Include="GSDump.cpp" />
|
||||
<ClCompile Include="GSdx.cpp" />
|
||||
<ClCompile Include="GSFunctionMap.cpp" />
|
||||
<ClCompile Include="GSHwHack.cpp" />
|
||||
<ClCompile Include="GSLocalMemory.cpp" />
|
||||
<ClCompile Include="GSPerfMon.cpp" />
|
||||
<ClCompile Include="GSPng.cpp" />
|
||||
|
|
|
@ -81,6 +81,9 @@
|
|||
<ClCompile Include="GSFunctionMap.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="GSHwHack.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="GSLocalMemory.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
|
Loading…
Reference in New Issue