summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2018-05-26 00:04:18 +1000
committerStenzek <stenzek@gmail.com>2018-05-26 00:07:20 +1000
commit640bfb813511d9cf1da38ce22835ec850146acd9 (patch)
tree400025a5b8d97b4eac8ba196ec94113343c0523c /Source/Core/VideoBackends/Software/SWmain.cpp
parent3d44dc39814197e43bf1b8c2524684252251ee7b (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.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 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};