GPU: Merge gpu.cpp and gpu_commands.cpp

pull/3745/head
Stenzek 4 months ago
parent 8f818af6d2
commit f484af5f4d
No known key found for this signature in database

@ -66,7 +66,6 @@ add_library(core
gpu.h
gpu_backend.cpp
gpu_backend.h
gpu_commands.cpp
gpu_dump.cpp
gpu_dump.h
gpu_helpers.h

@ -41,7 +41,6 @@
<ClCompile Include="game_list.cpp" />
<ClCompile Include="gdb_server.cpp" />
<ClCompile Include="gpu_backend.cpp" />
<ClCompile Include="gpu_commands.cpp" />
<ClCompile Include="gpu_dump.cpp" />
<ClCompile Include="gpu_hw_shadergen.cpp" />
<ClCompile Include="gpu_hw_texture_cache.cpp" />

@ -18,7 +18,6 @@
<ClCompile Include="mdec.cpp" />
<ClCompile Include="memory_card.cpp" />
<ClCompile Include="settings.cpp" />
<ClCompile Include="gpu_commands.cpp" />
<ClCompile Include="gpu_sw.cpp" />
<ClCompile Include="gpu_hw_shadergen.cpp" />
<ClCompile Include="bios.cpp" />

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save