OGL: Support full-resolution frame dumping

This commit is contained in:
Stenzek
2016-11-10 23:20:00 +10:00
parent 93221e7f48
commit b81dee8b9a
4 changed files with 111 additions and 11 deletions

View File

@ -104,7 +104,7 @@ void VideoBackend::InitBackendInfo()
g_Config.backend_info.bSupportsSSAA = true;
g_Config.backend_info.bSupportsReversedDepthRange = true;
g_Config.backend_info.bSupportsMultithreading = false;
g_Config.backend_info.bSupportsInternalResolutionFrameDumps = false;
g_Config.backend_info.bSupportsInternalResolutionFrameDumps = true;
// Overwritten in Render.cpp later
g_Config.backend_info.bSupportsDualSourceBlend = true;