mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Qt: Fix crash on game start
This commit is contained in:
parent
59be5da24c
commit
6747543502
1 changed files with 3 additions and 1 deletions
|
@ -215,7 +215,9 @@ void FIFOPlayerWindow::StopRecording()
|
|||
void FIFOPlayerWindow::OnEmulationStarted()
|
||||
{
|
||||
UpdateControls();
|
||||
OnFIFOLoaded();
|
||||
|
||||
if (FifoPlayer::GetInstance().GetFile())
|
||||
OnFIFOLoaded();
|
||||
}
|
||||
|
||||
void FIFOPlayerWindow::OnEmulationStopped()
|
||||
|
|
Loading…
Add table
Reference in a new issue