Re-add settings options and other misc changes

This commit is contained in:
Irastris
2026-05-08 19:21:38 -04:00
parent 41e128c582
commit 9a80f3a08a
5 changed files with 50 additions and 14 deletions
+3 -3
View File
@@ -167,6 +167,9 @@ struct UserSettings {
struct {
ConfigVar<std::string> isoPath;
ConfigVar<DiscVerificationState> isoVerification;
#if DUSK_TPHD
ConfigVar<std::string> hdContentPath;
#endif
ConfigVar<std::string> graphicsBackend;
ConfigVar<bool> skipPreLaunchUI;
ConfigVar<bool> showPipelineCompilation;
@@ -175,9 +178,6 @@ struct UserSettings {
ConfigVar<bool> checkForUpdates;
ConfigVar<int> cardFileType;
ConfigVar<bool> enableAdvancedSettings;
#if DUSK_TPHD
ConfigVar<std::string> hdContentPath; // path to TP-HD decrypted "content" folder
#endif
} backend;
};