mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-19 00:20:12 +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();
|
Host::PumpMessagesOnCPUThread();
|
||||||
InputManager::PollSources();
|
InputManager::PollSources();
|
||||||
CheckForAndExitExecution();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Frame step can still trigger exit
|
||||||
|
CheckForAndExitExecution();
|
||||||
|
|
||||||
// Update input OSD if we're running
|
// Update input OSD if we're running
|
||||||
if (g_settings.display_show_inputs)
|
if (g_settings.display_show_inputs)
|
||||||
ImGuiManager::UpdateInputOverlay();
|
ImGuiManager::UpdateInputOverlay();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user