recording: Remove frameLock check at the end of a frame

This commit is contained in:
sonicfind 2020-12-18 13:02:20 -06:00 committed by refractionpcsx2
parent d49acfc087
commit 0a88fe1f3b
1 changed files with 0 additions and 4 deletions

View File

@ -31,10 +31,6 @@ InputRecordingControls g_InputRecordingControls;
void InputRecordingControls::CheckPauseStatus()
{
// We do not want to increment/advance anything while the frame lock mechanism is active
if (frameLock)
return;
if (frameAdvancing)
{
frameAdvancing = false;