mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
Software: Remove dedicated texture/frame dumping infrastructure
Texture dumping can already be done using VideoCommon's system (and in fact the same setting already enabled *both* of these). Dumping objects/TEV stages/texture fetches doesn't currently have an equivalent, but could be added to the FIFO player instead.
This commit is contained in:
parent
67ed4fa92d
commit
56fce3ba8a
13 changed files with 2 additions and 407 deletions
|
@ -575,7 +575,6 @@
|
|||
<ClInclude Include="VideoBackends\OGL\VideoBackend.h" />
|
||||
<ClInclude Include="VideoBackends\Software\Clipper.h" />
|
||||
<ClInclude Include="VideoBackends\Software\CopyRegion.h" />
|
||||
<ClInclude Include="VideoBackends\Software\DebugUtil.h" />
|
||||
<ClInclude Include="VideoBackends\Software\EfbCopy.h" />
|
||||
<ClInclude Include="VideoBackends\Software\EfbInterface.h" />
|
||||
<ClInclude Include="VideoBackends\Software\NativeVertexFormat.h" />
|
||||
|
@ -1183,7 +1182,6 @@
|
|||
<ClCompile Include="VideoBackends\OGL\ProgramShaderCache.cpp" />
|
||||
<ClCompile Include="VideoBackends\OGL\SamplerCache.cpp" />
|
||||
<ClCompile Include="VideoBackends\Software\Clipper.cpp" />
|
||||
<ClCompile Include="VideoBackends\Software\DebugUtil.cpp" />
|
||||
<ClCompile Include="VideoBackends\Software\EfbCopy.cpp" />
|
||||
<ClCompile Include="VideoBackends\Software\EfbInterface.cpp" />
|
||||
<ClCompile Include="VideoBackends\Software\Rasterizer.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue