mirror of https://github.com/PCSX2/pcsx2.git
Recording: Clean up warnings
This commit is contained in:
parent
11cf244e97
commit
9b97c157f2
|
@ -190,6 +190,9 @@ void InputRecording::IncrementFrameCounter()
|
||||||
case InputRecordingMode::Replaying:
|
case InputRecordingMode::Replaying:
|
||||||
if (frameCounter == inputRecordingData.GetTotalFrames())
|
if (frameCounter == inputRecordingData.GetTotalFrames())
|
||||||
incrementUndo = false;
|
incrementUndo = false;
|
||||||
|
break;
|
||||||
|
case InputRecordingMode::NotActive: // Does nothing but keep GCC happy.
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue