mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix crash when attempting to analyze a FIFO after stopping playback
This commit is contained in:
@ -245,6 +245,7 @@ void FIFOPlayerWindow::OnEmulationStopped()
|
||||
StopRecording();
|
||||
|
||||
UpdateControls();
|
||||
m_analyzer->Update();
|
||||
}
|
||||
|
||||
void FIFOPlayerWindow::OnRecordingDone()
|
||||
|
Reference in New Issue
Block a user