mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 13:52:42 +00: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