mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-07-11 01:34:03 +02:00
android: Fix icon not showing if update title fails to load
This commit is contained in:
@@ -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;
|
||||
}();
|
||||
|
||||
Reference in New Issue
Block a user