mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Merge pull request #6937 from spycrab/hotfix_fifo
Qt: Fix crash on game start
This commit is contained in:
@ -215,6 +215,8 @@ void FIFOPlayerWindow::StopRecording()
|
|||||||
void FIFOPlayerWindow::OnEmulationStarted()
|
void FIFOPlayerWindow::OnEmulationStarted()
|
||||||
{
|
{
|
||||||
UpdateControls();
|
UpdateControls();
|
||||||
|
|
||||||
|
if (FifoPlayer::GetInstance().GetFile())
|
||||||
OnFIFOLoaded();
|
OnFIFOLoaded();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user