refactor skybox & passthru realtime switching

This commit is contained in:
galister
2026-01-21 18:26:18 +09:00
parent 3ac6f70725
commit ee8391a45f
5 changed files with 79 additions and 31 deletions

View File

@@ -402,8 +402,6 @@ impl SettingType {
| Self::UiRoundMultiplier
| Self::UprightScreenFix
| Self::DoubleCursorFix
| Self::UseSkybox
| Self::UsePassthrough
| Self::ScreenRenderDown
| Self::CaptureMethod => true,
_ => false,