Qt/FIFOPlayerWindow: Properly reset ranges

This commit is contained in:
spycrab 2018-05-22 01:32:26 +02:00
parent 302093d777
commit 54f85c3320
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ void FIFOPlayerWindow::StopRecording()
void FIFOPlayerWindow::OnEmulationStarted()
{
UpdateControls();
OnFIFOLoaded();
}
void FIFOPlayerWindow::OnEmulationStopped()