mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +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()
|
void FIFOPlayerWindow::OnEmulationStarted()
|
||||||
{
|
{
|
||||||
UpdateControls();
|
UpdateControls();
|
||||||
OnFIFOLoaded();
|
|
||||||
|
if (FifoPlayer::GetInstance().GetFile())
|
||||||
|
OnFIFOLoaded();
|
||||||
}
|
}
|
||||||
|
|
||||||
void FIFOPlayerWindow::OnEmulationStopped()
|
void FIFOPlayerWindow::OnEmulationStopped()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue