mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 11:35:46 +00:00
Use ErrorEncrypted where applicable and fix no keys crash
This commit is contained in:
parent
568ce6304c
commit
f93e75f496
4 changed files with 36 additions and 16 deletions
|
@ -45,6 +45,7 @@ XCI::XCI(VirtualFile file_) : file(std::move(file_)), partitions(0x4) {
|
|||
status = result;
|
||||
return;
|
||||
}
|
||||
|
||||
result = AddNCAFromPartition(XCIPartition::Update);
|
||||
if (result != Loader::ResultStatus::Success) {
|
||||
status = result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue