mirror of https://github.com/PCSX2/pcsx2.git
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
|
GSDrawScanlineCodeGenerator.x64.avx.cpp
|
||||||
GSDump.cpp
|
GSDump.cpp
|
||||||
GSFunctionMap.cpp
|
GSFunctionMap.cpp
|
||||||
|
GSHwHack.cpp
|
||||||
GSLinuxDialog.cpp
|
GSLinuxDialog.cpp
|
||||||
GSLocalMemory.cpp
|
GSLocalMemory.cpp
|
||||||
GSLzma.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="GSDump.cpp" />
|
||||||
<ClCompile Include="GSdx.cpp" />
|
<ClCompile Include="GSdx.cpp" />
|
||||||
<ClCompile Include="GSFunctionMap.cpp" />
|
<ClCompile Include="GSFunctionMap.cpp" />
|
||||||
|
<ClCompile Include="GSHwHack.cpp" />
|
||||||
<ClCompile Include="GSLocalMemory.cpp" />
|
<ClCompile Include="GSLocalMemory.cpp" />
|
||||||
<ClCompile Include="GSPerfMon.cpp" />
|
<ClCompile Include="GSPerfMon.cpp" />
|
||||||
<ClCompile Include="GSPng.cpp" />
|
<ClCompile Include="GSPng.cpp" />
|
||||||
|
|
|
@ -81,6 +81,9 @@
|
||||||
<ClCompile Include="GSFunctionMap.cpp">
|
<ClCompile Include="GSFunctionMap.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="GSHwHack.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="GSLocalMemory.cpp">
|
<ClCompile Include="GSLocalMemory.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
Loading…
Reference in New Issue