VideoConfig: Rename StereoMode::SBS to StereoMode::SideBySide

This commit is contained in:
Dentomologist
2026-04-23 12:09:54 -07:00
parent 59eef9d4d8
commit 655ee270e7
5 changed files with 8 additions and 8 deletions

View File

@@ -1017,7 +1017,7 @@ static bool UseGeometryShaderForPostProcess(bool is_intermediary_buffer)
case StereoMode::Anaglyph:
case StereoMode::Passive:
return is_intermediary_buffer;
case StereoMode::SBS:
case StereoMode::SideBySide:
case StereoMode::TAB:
case StereoMode::Off:
default: