Hotkeys: Fix resolution scale with memory save states
Some checks failed
Automated Builds / 💻 Windows (push) Waiting to run
Automated Builds / 🐧 Linux AppImage (push) Waiting to run
Automated Builds / 📦 Linux Flatpak (push) Waiting to run
Automated Builds / 🍎 MacOS (push) Waiting to run
Automated Builds / 📤 Create Release (push) Blocked by required conditions
GameDB Lint / gamedb-lint (push) Has been cancelled

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

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);
}
}