diff --git a/src/core/hotkeys.cpp b/src/core/hotkeys.cpp index f0883d08fd..c09c481bc5 100644 --- a/src/core/hotkeys.cpp +++ b/src/core/hotkeys.cpp @@ -60,8 +60,8 @@ static void HotkeyModifyResolutionScale(s32 increment) if (System::IsValid()) { - System::ClearMemorySaveStates(true, false); GPUThread::UpdateSettings(true, false); + System::ClearMemorySaveStates(true, false); } }