VideoConfig: Rename StereoMode::TAB to StereoMode::TopAndBottom

This commit is contained in:
Dentomologist
2026-04-23 12:22:43 -07:00
parent 655ee270e7
commit f67d80c7c1
5 changed files with 18 additions and 10 deletions

View File

@@ -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;