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