mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 10:35:46 -04:00
System: Update running game when media changes from save state
This commit is contained in:
@ -27,6 +27,7 @@ public:
|
||||
bool DoState(StateWrapper& sw);
|
||||
|
||||
bool HasMedia() const { return static_cast<bool>(m_media); }
|
||||
std::string GetMediaFileName() const;
|
||||
void InsertMedia(std::unique_ptr<CDImage> media);
|
||||
void RemoveMedia();
|
||||
|
||||
|
Reference in New Issue
Block a user