mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 09:05:42 -04:00
System: Update per-game memory cards on load state
Prevents saves being written to incorrect card after loading.
This commit is contained in:
parent
eb6b490c76
commit
d2c7639dd8
@ -336,6 +336,9 @@ bool System::DoState(StateWrapper& sw)
|
||||
}
|
||||
|
||||
UpdateRunningGame(media_filename.c_str(), media.get());
|
||||
if (GetSettings().HasAnyPerGameMemoryCards())
|
||||
UpdateMemoryCards();
|
||||
|
||||
m_cdrom->Reset();
|
||||
if (media)
|
||||
m_cdrom->InsertMedia(std::move(media));
|
||||
|
Loading…
x
Reference in New Issue
Block a user