mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-11 00:36:35 -05:00
yuzu: Make unlimited frame rate non persistent between game boots
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user