mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 12:32:41 +00:00
Improve error report from Init() functions
Add error popup when citra initialization failed
This commit is contained in:
@@ -73,12 +73,11 @@ void Stop() {
|
||||
}
|
||||
|
||||
/// Initialize the core
|
||||
int Init() {
|
||||
void Init() {
|
||||
g_sys_core = Common::make_unique<ARM_DynCom>(USER32MODE);
|
||||
g_app_core = Common::make_unique<ARM_DynCom>(USER32MODE);
|
||||
|
||||
LOG_DEBUG(Core, "Initialized OK");
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Shutdown() {
|
||||
|
||||
Reference in New Issue
Block a user