mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-26 19:54:51 +00:00
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
|
||||
|
2630
plugins/GSdx/GSHwHack.cpp
Normal file
2630
plugins/GSdx/GSHwHack.cpp
Normal file
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
Block a user