Skip to content
Permalink
Browse files
Merge pull request #6937 from spycrab/hotfix_fifo
Qt: Fix crash on game start
  • Loading branch information
spycrab committed May 22, 2018
2 parents 59be5da + 6747543 commit f64bd40
Showing 1 changed file with 3 additions and 1 deletion.
@@ -215,7 +215,9 @@ void FIFOPlayerWindow::StopRecording()
void FIFOPlayerWindow::OnEmulationStarted()
{
UpdateControls();
OnFIFOLoaded();

if (FifoPlayer::GetInstance().GetFile())
OnFIFOLoaded();
}

void FIFOPlayerWindow::OnEmulationStopped()

0 comments on commit f64bd40

Please sign in to comment.