Qt: Implement GameCube memory manager

This commit is contained in:
spycrab 2018-01-25 19:54:50 +01:00
commit 21db1e9504
8 changed files with 569 additions and 0 deletions

View file

@ -62,6 +62,7 @@ signals:
void PerformOnlineUpdate(const std::string& region);
// Tools
void ShowMemcardManager();
void BootGameCubeIPL(DiscIO::Region region);
void ShowFIFOPlayer();
void ShowAboutDialog();