Qt: Enable Savestate Selector UI by default

This should've been enabled by default but I've missed the part that actually enables it.
This commit is contained in:
KamFretoZ 2025-04-09 18:28:19 +07:00 committed by lightningterror
parent 648ff65a76
commit a755131488
1 changed files with 1 additions and 0 deletions

View File

@ -1895,6 +1895,7 @@ Pcsx2Config::Pcsx2Config()
EnableRecordingTools = true;
EnableGameFixes = true;
InhibitScreensaver = true;
UseSavestateSelector = true;
BackupSavestate = true;
WarnAboutUnsafeSettings = true;
ManuallySetRealTimeClock = false;