diff options
| author | Stenzek <stenzek@gmail.com> | 2018-05-26 00:04:18 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2018-05-26 00:07:20 +1000 |
| commit | 640bfb813511d9cf1da38ce22835ec850146acd9 (patch) | |
| tree | 400025a5b8d97b4eac8ba196ec94113343c0523c /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 3d44dc39814197e43bf1b8c2524684252251ee7b (diff) | |
VideoConfig: Add a field for indicating logic op support in the backend
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 18a739726b..2acd694f76 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -71,6 +71,7 @@ void VideoSoftware::InitBackendInfo() g_Config.backend_info.bSupportsCopyToVram = false; g_Config.backend_info.bSupportsFramebufferFetch = false; g_Config.backend_info.bSupportsBackgroundCompiling = false; + g_Config.backend_info.bSupportsLogicOp = true; // aamodes g_Config.backend_info.AAModes = {1}; |
