mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 10:47:55 +00:00
Improve error report from Init() functions
Add error popup when citra initialization failed
This commit is contained in:
parent
c4c48d4ab3
commit
59fe02348a
12 changed files with 72 additions and 27 deletions
|
@ -59,6 +59,8 @@ signals:
|
|||
void EmulationStopping();
|
||||
|
||||
private:
|
||||
bool InitializeSystem();
|
||||
bool LoadROM(const std::string& filename);
|
||||
void BootGame(const std::string& filename);
|
||||
void ShutdownGame();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue