Show Pipeline Compilation option (#312)

* Show Compiling Shaders option. Off by default.

* Addressed encounter comments

---------

Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
This commit is contained in:
MelonSpeedruns
2026-04-10 17:53:28 -04:00
committed by GitHub
parent 7ed05711a7
commit e643d3d911
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -75,6 +75,7 @@ struct UserSettings {
ConfigVar<std::string> isoPath;
ConfigVar<std::string> graphicsBackend;
ConfigVar<bool> skipPreLaunchUI;
ConfigVar<bool> showPipelineCompilation;
} backend;
};