diff options
| author | Stenzek <stenzek@gmail.com> | 2016-11-27 18:14:57 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2017-04-01 12:32:05 +1000 |
| commit | 82fd984f3e53f430af6f043d3062c883bb308634 (patch) | |
| tree | 9b5208cd9adcea64a2478e7fb02d0af7a6822c66 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | abc662d69cce3478df6cdf10a6dac05d358daa14 (diff) | |
VideoBackends: Add configuration field for GPU texture decoding
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 668ee4b73a..eb70f4059f 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -133,6 +133,7 @@ void VideoSoftware::InitBackendInfo() g_Config.backend_info.bSupportsMultithreading = false; g_Config.backend_info.bSupportsComputeShaders = false; g_Config.backend_info.bSupportsInternalResolutionFrameDumps = false; + g_Config.backend_info.bSupportsGPUTextureDecoding = false; // aamodes g_Config.backend_info.AAModes = {1}; |
