System: Display message on media change

This commit is contained in:
Connor McLaughlin
2021-01-30 15:30:52 +10:00
parent 98b4101cd7
commit 55a1d0437d
2 changed files with 13 additions and 0 deletions

View File

@ -189,6 +189,7 @@ bool DumpVRAM(const char* filename);
bool DumpSPURAM(const char* filename);
bool HasMedia();
const std::string& GetMediaFileName();
bool InsertMedia(const char* path);
void RemoveMedia();