mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Merge pull request #6937 from spycrab/hotfix_fifo
Qt: Fix crash on game start
This commit is contained in:
commit
f64bd401b6
@ -215,7 +215,9 @@ void FIFOPlayerWindow::StopRecording()
|
||||
void FIFOPlayerWindow::OnEmulationStarted()
|
||||
{
|
||||
UpdateControls();
|
||||
OnFIFOLoaded();
|
||||
|
||||
if (FifoPlayer::GetInstance().GetFile())
|
||||
OnFIFOLoaded();
|
||||
}
|
||||
|
||||
void FIFOPlayerWindow::OnEmulationStopped()
|
||||
|
Loading…
Reference in New Issue
Block a user