mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Merge pull request #6937 from spycrab/hotfix_fifo
Qt: Fix crash on game start
This commit is contained in:
commit
f64bd401b6
1 changed files with 3 additions and 1 deletions
|
@ -215,6 +215,8 @@ void FIFOPlayerWindow::StopRecording()
|
|||
void FIFOPlayerWindow::OnEmulationStarted()
|
||||
{
|
||||
UpdateControls();
|
||||
|
||||
if (FifoPlayer::GetInstance().GetFile())
|
||||
OnFIFOLoaded();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue