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