mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 12:15:41 -04:00
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());
|
UpdateRunningGame(media_filename.c_str(), media.get());
|
||||||
|
m_cdrom->Reset();
|
||||||
if (media)
|
if (media)
|
||||||
m_cdrom->InsertMedia(std::move(media));
|
m_cdrom->InsertMedia(std::move(media));
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user