mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 12:45:45 -04:00
CDROM: Fix crash when loading save state from different system
This commit is contained in:
@ -31,7 +31,7 @@ public:
|
||||
bool HasMedia() const;
|
||||
std::string GetMediaFileName() const;
|
||||
void InsertMedia(std::unique_ptr<CDImage> media);
|
||||
void RemoveMedia();
|
||||
void RemoveMedia(bool force = false);
|
||||
|
||||
// I/O
|
||||
u8 ReadRegister(u32 offset);
|
||||
|
Reference in New Issue
Block a user