mirror of https://github.com/PCSX2/pcsx2.git
recording: Fix issue with drawing VPads
This commit is contained in:
parent
0a88fe1f3b
commit
1e5e742601
|
@ -186,7 +186,6 @@ void InputRecording::IncrementFrameCounter()
|
|||
incrementUndo = false;
|
||||
}
|
||||
}
|
||||
g_InputRecording.LogAndRedraw();
|
||||
}
|
||||
|
||||
void InputRecording::LogAndRedraw()
|
||||
|
|
|
@ -54,6 +54,7 @@ void InputRecordingControls::CheckPauseStatus()
|
|||
pauseEmulation = true;
|
||||
}
|
||||
}
|
||||
g_InputRecording.LogAndRedraw();
|
||||
}
|
||||
|
||||
void InputRecordingControls::HandlePausingAndLocking()
|
||||
|
|
Loading…
Reference in New Issue