summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2022-04-24 15:00:42 -0400
committerGitHub <noreply@github.com>2022-04-24 15:00:42 -0400
commitc0488de4829cb3a7d1d76522cee821ec8ad03f95 (patch)
treef780b8a71377afc24ccf79504f53d0c230510198 /Source/Core/VideoBackends/Software/SWmain.cpp
parent8e7c84842595f64b63184933cf4f6d7c78bb82e8 (diff)
parentf3eff70e2fda8ad0894f34336584f331ab989b68 (diff)
Merge pull request #10251 from Pokechu22/negative-scissor
Rework scissor handling
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 753f869c8e..a74b2eb1c9 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -68,7 +68,6 @@ void VideoSoftware::InitBackendInfo()
g_Config.backend_info.bSupports3DVision = false;
g_Config.backend_info.bSupportsDualSourceBlend = true;
g_Config.backend_info.bSupportsEarlyZ = true;
- g_Config.backend_info.bSupportsOversizedViewports = true;
g_Config.backend_info.bSupportsPrimitiveRestart = false;
g_Config.backend_info.bSupportsMultithreading = false;
g_Config.backend_info.bSupportsComputeShaders = false;