mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 10:22:24 -07:00
Improve error report from Init() functions
Add error popup when citra initialization failed
This commit is contained in:
@@ -52,7 +52,7 @@ void Halt(const char *msg);
|
||||
void Stop();
|
||||
|
||||
/// Initialize the core
|
||||
int Init();
|
||||
void Init();
|
||||
|
||||
/// Shutdown the core
|
||||
void Shutdown();
|
||||
|
Reference in New Issue
Block a user