1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-16 11:07:58 -05:00

Improve error report from Init() functions

Add error popup when citra initialization failed
This commit is contained in:
LittleWhite
2016-01-07 20:33:54 +01:00
parent 7ad669a911
commit 4be68dddfb
12 changed files with 72 additions and 27 deletions

View File

@@ -59,6 +59,8 @@ signals:
void EmulationStopping();
private:
bool InitializeSystem();
bool LoadROM(const std::string& filename);
void BootGame(const std::string& filename);
void ShutdownGame();