mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
yuzu: Make unlimited frame rate non persistent between game boots
This commit is contained in:
parent
a0fa54b016
commit
d68ca768b5
2 changed files with 3 additions and 2 deletions
|
@ -1790,6 +1790,9 @@ void GMainWindow::ShutdownGame() {
|
|||
|
||||
AllowOSSleep();
|
||||
|
||||
// Disable unlimited frame rate
|
||||
Settings::values.use_speed_limit.SetValue(true);
|
||||
|
||||
system->SetShuttingDown(true);
|
||||
system->DetachDebugger();
|
||||
discord_rpc->Pause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue