mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-26 19:54:51 +00:00
gsdx: move (most) of the hw hack into a separate file
GSState.cpp was really too big
This commit is contained in:
parent
7a5e1d4154
commit
60267790a1
@ -69,6 +69,7 @@ set(GSdxSources
|
||||
GSDrawScanlineCodeGenerator.x64.avx.cpp
|
||||
GSDump.cpp
|
||||
GSFunctionMap.cpp
|
||||
GSHwHack.cpp
|
||||
GSLinuxDialog.cpp
|
||||
GSLocalMemory.cpp
|
||||
GSLzma.cpp
|
||||
|
2612
plugins/GSdx/GSHwHack.cpp
Normal file
2612
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