FullscreenUI: Fix controller navigation in disc change

This commit is contained in:
Connor McLaughlin
2021-02-17 02:16:23 +10:00
parent 52962ce584
commit 09805c1f80
5 changed files with 19 additions and 3 deletions

View File

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