Hotkeys: Fix resolution scale with memory save states

This commit is contained in:
Stenzek 2025-01-01 21:42:17 +10:00
parent 1d63648d68
commit 5ac5a1d246
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -60,8 +60,8 @@ static void HotkeyModifyResolutionScale(s32 increment)
if (System::IsValid())
{
System::ClearMemorySaveStates(true, false);
GPUThread::UpdateSettings(true, false);
System::ClearMemorySaveStates(true, false);
}
}