summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PostProcessing.cpp
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2026-04-23 12:22:43 -0700
committerDentomologist <dentomologist@gmail.com>2026-04-24 11:19:11 -0700
commitf67d80c7c1e442c058b502477b98bbecd14b4a47 (patch)
treeabdd690ae55811f85d4fbd546b5e0629b51c6051 /Source/Core/VideoCommon/PostProcessing.cpp
parent655ee270e7358d3f179cb0cfabdb95fabdbaa4fc (diff)
VideoConfig: Rename StereoMode::TAB to StereoMode::TopAndBottom
Diffstat (limited to 'Source/Core/VideoCommon/PostProcessing.cpp')
-rw-r--r--Source/Core/VideoCommon/PostProcessing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/PostProcessing.cpp b/Source/Core/VideoCommon/PostProcessing.cpp
index 1f7e2aa987..92f7c1f99c 100644
--- a/Source/Core/VideoCommon/PostProcessing.cpp
+++ b/Source/Core/VideoCommon/PostProcessing.cpp
@@ -1018,7 +1018,7 @@ static bool UseGeometryShaderForPostProcess(bool is_intermediary_buffer)
case StereoMode::Passive:
return is_intermediary_buffer;
case StereoMode::SideBySide:
- case StereoMode::TAB:
+ case StereoMode::TopAndBottom:
case StereoMode::Off:
default:
return false;