mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
2aeb322e88
commit
411e1707f0
|
@ -1895,6 +1895,7 @@ Pcsx2Config::Pcsx2Config()
|
|||
EnableRecordingTools = true;
|
||||
EnableGameFixes = true;
|
||||
InhibitScreensaver = true;
|
||||
UseSavestateSelector = true;
|
||||
BackupSavestate = true;
|
||||
WarnAboutUnsafeSettings = true;
|
||||
ManuallySetRealTimeClock = false;
|
||||
|
|
Loading…
Reference in New Issue