diff options
| author | Stenzek <stenzek@users.noreply.github.com> | 2016-11-28 22:05:16 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-28 22:05:16 +1000 |
| commit | 0212741574548fa95593e0e9d9451feca45ab83d (patch) | |
| tree | 048acf7bcc5cb7b5eb3e7c92915ed4bf9f96af7c /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 49e807b71f5f2af09359295ecd2f1645c86d7c2c (diff) | |
| parent | b81dee8b9afec63c9c7bf23a1e91afb7567bab49 (diff) | |
Merge pull request #4436 from stenzek/vulkan-full-ir-framedump
VideoBackends: Internal resolution frame dumping
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 1 |
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}; |
