mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-05 18:23:39 -04:00
android: Fix icon not showing if update title fails to load
This commit is contained in:
parent
5a07260e1b
commit
7a600e28d2
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ GameInfoData* GetNewGameInfoData(const std::string& path) {
|
|||
result = update_loader->ReadIcon(update_smdh);
|
||||
if (result != Loader::ResultStatus::Success) {
|
||||
is_encrypted = result == Loader::ResultStatus::ErrorEncrypted;
|
||||
return {};
|
||||
return original_smdh;
|
||||
}
|
||||
return update_smdh;
|
||||
}();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue