mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-03 08:27:51 -05:00
Improve error report from Init() functions
Add error popup when citra initialization failed
This commit is contained in:
@ -59,6 +59,8 @@ signals:
|
||||
void EmulationStopping();
|
||||
|
||||
private:
|
||||
bool InitializeSystem();
|
||||
bool LoadROM(const std::string& filename);
|
||||
void BootGame(const std::string& filename);
|
||||
void ShutdownGame();
|
||||
|
||||
|
Reference in New Issue
Block a user