From df08e122c3dac05270f2d577134a7e00a75a2752 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Mon, 18 Dec 2023 20:41:53 +1000 Subject: [PATCH] System: Fix rewind throttling at half speed --- src/core/system.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/system.cpp b/src/core/system.cpp index 8a40d33e8..5007caae5 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -4025,8 +4025,6 @@ void System::DoRewind() s_rewind_load_counter--; } - s_next_frame_time += s_frame_period; - InvalidateDisplay(); Host::PumpMessagesOnCPUThread(); Internal::IdlePollUpdate();