Fix crash when attempting to analyze a FIFO after stopping playback

This commit is contained in:
Pokechu22 2021-02-12 18:49:23 -08:00
commit a557230dea
2 changed files with 10 additions and 0 deletions

View file

@ -245,6 +245,7 @@ void FIFOPlayerWindow::OnEmulationStopped()
StopRecording();
UpdateControls();
m_analyzer->Update();
}
void FIFOPlayerWindow::OnRecordingDone()