mirror of https://github.com/PCSX2/pcsx2.git
recording: Remove frameLock check at the end of a frame
This commit is contained in:
parent
d49acfc087
commit
0a88fe1f3b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue