VideoConfig: Add option for full-resolution frame dumping

This commit is contained in:
Stenzek
2016-11-10 23:26:57 +10:00
parent 681294586b
commit a0a62c0f46
9 changed files with 24 additions and 0 deletions

View File

@ -101,6 +101,7 @@ struct VideoConfig final
bool bDumpEFBTarget;
bool bDumpFramesAsImages;
bool bUseFFV1;
bool bInternalResolutionFrameDumps;
bool bFreeLook;
bool bBorderlessFullscreen;
@ -184,6 +185,7 @@ struct VideoConfig final
bool bSupportsDepthClamp; // Needed by VertexShaderGen, so must stay in VideoCommon
bool bSupportsReversedDepthRange;
bool bSupportsMultithreading;
bool bSupportsInternalResolutionFrameDumps;
} backend_info;
// Utility