System: Fix a possible assertion failure loading state
This commit is contained in:
parent
21ecf231d9
commit
86eefbd5d7
|
@ -336,6 +336,7 @@ bool System::DoState(StateWrapper& sw)
|
|||
}
|
||||
|
||||
UpdateRunningGame(media_filename.c_str(), media.get());
|
||||
m_cdrom->Reset();
|
||||
if (media)
|
||||
m_cdrom->InsertMedia(std::move(media));
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue