mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Fix crash when attempting to analyze a FIFO after stopping playback
This commit is contained in:
parent
58333d6feb
commit
a557230dea
2 changed files with 10 additions and 0 deletions
|
@ -245,6 +245,7 @@ void FIFOPlayerWindow::OnEmulationStopped()
|
|||
StopRecording();
|
||||
|
||||
UpdateControls();
|
||||
m_analyzer->Update();
|
||||
}
|
||||
|
||||
void FIFOPlayerWindow::OnRecordingDone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue