summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2016-11-10 23:26:57 +1000
committerStenzek <stenzek@gmail.com>2016-11-28 20:14:59 +1000
commita0a62c0f462c828163c4229ae7393a980e2317a5 (patch)
treea9f505277096573a1e4527a2ac065efea719e42f /Source/Core/VideoBackends/Software/SWmain.cpp
parent681294586b3267f12d4c1632d9ff07e1298b58a6 (diff)
VideoConfig: Add option for full-resolution frame dumping
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 3df4afd57c..1ecd9517c8 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -132,6 +132,7 @@ void VideoSoftware::InitBackendInfo()
g_Config.backend_info.bSupportsOversizedViewports = true;
g_Config.backend_info.bSupportsPrimitiveRestart = false;
g_Config.backend_info.bSupportsMultithreading = false;
+ g_Config.backend_info.bSupportsInternalResolutionFrameDumps = false;
// aamodes
g_Config.backend_info.AAModes = {1};