From 411e1707f0b0608cce2dbd13a07d8d1236d91589 Mon Sep 17 00:00:00 2001 From: KamFretoZ <14798312+kamfretoz@users.noreply.github.com> Date: Wed, 9 Apr 2025 18:28:19 +0700 Subject: [PATCH] Qt: Enable Savestate Selector UI by default This should've been enabled by default but I've missed the part that actually enables it. --- pcsx2/Pcsx2Config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/Pcsx2Config.cpp b/pcsx2/Pcsx2Config.cpp index 9d9a816b22..dca9dafd9b 100644 --- a/pcsx2/Pcsx2Config.cpp +++ b/pcsx2/Pcsx2Config.cpp @@ -1895,6 +1895,7 @@ Pcsx2Config::Pcsx2Config() EnableRecordingTools = true; EnableGameFixes = true; InhibitScreensaver = true; + UseSavestateSelector = true; BackupSavestate = true; WarnAboutUnsafeSettings = true; ManuallySetRealTimeClock = false;