Merge pull request #6935 from spycrab/qt_fifo_range

Qt/FIFOPlayerWindow: Properly reset ranges
This commit is contained in:
spycrab 2018-05-22 02:24:39 +02:00 committed by GitHub
commit 59be5da24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()