mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add ability to dump xfb copies to texture for debugging purposes
This commit is contained in:
parent
a9f0d1783b
commit
198d3b69b4
10 changed files with 35 additions and 37 deletions
|
@ -98,6 +98,7 @@ struct VideoConfig final
|
|||
bool bConvertHiresTextures;
|
||||
bool bCacheHiresTextures;
|
||||
bool bDumpEFBTarget;
|
||||
bool bDumpXFBTarget;
|
||||
bool bDumpFramesAsImages;
|
||||
bool bUseFFV1;
|
||||
std::string sDumpCodec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue