mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-18 16:10:07 +00:00
System: Fix frame advance+runahead stepping 2 frames
This commit is contained in:
parent
e4e57c674d
commit
cd2d0503da
@ -2192,9 +2192,11 @@ void System::FrameDone()
|
||||
{
|
||||
Host::PumpMessagesOnCPUThread();
|
||||
InputManager::PollSources();
|
||||
CheckForAndExitExecution();
|
||||
}
|
||||
|
||||
// Frame step can still trigger exit
|
||||
CheckForAndExitExecution();
|
||||
|
||||
// Update input OSD if we're running
|
||||
if (g_settings.display_show_inputs)
|
||||
ImGuiManager::UpdateInputOverlay();
|
||||
|
Loading…
x
Reference in New Issue
Block a user