Improve error report from Init() functions
Add error popup when citra initialization failed
This commit is contained in:
parent
7ad669a911
commit
4be68dddfb
12 changed files with 72 additions and 27 deletions
|
@ -140,7 +140,6 @@ ResultStatus LoadFile(const std::string& filename) {
|
|||
ResultStatus result = app_loader.Load();
|
||||
if (ResultStatus::Success == result) {
|
||||
Service::FS::RegisterArchiveType(Common::make_unique<FileSys::ArchiveFactory_RomFS>(app_loader), Service::FS::ArchiveIdCode::RomFS);
|
||||
return ResultStatus::Success;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue