mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-02 04:55:28 -06:00
android: Fix icon not showing if update title fails to load
This commit is contained in:
parent
e2afe011ec
commit
07ce142623
@ -75,7 +75,7 @@ GameInfoData* GetNewGameInfoData(const std::string& path) {
|
|||||||
result = update_loader->ReadIcon(update_smdh);
|
result = update_loader->ReadIcon(update_smdh);
|
||||||
if (result != Loader::ResultStatus::Success) {
|
if (result != Loader::ResultStatus::Success) {
|
||||||
is_encrypted = result == Loader::ResultStatus::ErrorEncrypted;
|
is_encrypted = result == Loader::ResultStatus::ErrorEncrypted;
|
||||||
return {};
|
return original_smdh;
|
||||||
}
|
}
|
||||||
return update_smdh;
|
return update_smdh;
|
||||||
}();
|
}();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user