mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 12:05:52 +00:00
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…
x
Reference in New Issue
Block a user