mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Qt: Fix crash on game start
This commit is contained in:
parent
59be5da24c
commit
6747543502
@ -215,7 +215,9 @@ void FIFOPlayerWindow::StopRecording()
|
||||
void FIFOPlayerWindow::OnEmulationStarted()
|
||||
{
|
||||
UpdateControls();
|
||||
OnFIFOLoaded();
|
||||
|
||||
if (FifoPlayer::GetInstance().GetFile())
|
||||
OnFIFOLoaded();
|
||||
}
|
||||
|
||||
void FIFOPlayerWindow::OnEmulationStopped()
|
||||
|
Loading…
x
Reference in New Issue
Block a user