mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 07:45:48 -04:00
Re-add settings options and other misc changes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user