Hotkeys: Fix resolution scale with memory save states
This commit is contained in:
parent
1d63648d68
commit
5ac5a1d246
|
@ -60,8 +60,8 @@ static void HotkeyModifyResolutionScale(s32 increment)
|
|||
|
||||
if (System::IsValid())
|
||||
{
|
||||
System::ClearMemorySaveStates(true, false);
|
||||
GPUThread::UpdateSettings(true, false);
|
||||
System::ClearMemorySaveStates(true, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue