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 c4c48d4ab3
commit 59fe02348a
12 changed files with 72 additions and 27 deletions

View file

@ -52,7 +52,7 @@ void Halt(const char *msg);
void Stop();
/// Initialize the core
int Init();
void Init();
/// Shutdown the core
void Shutdown();