mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-14 07:38:49 +00:00
Small Np + trophy fixes (#1363)
* sceNpGetOnlineId returns sign out code * return -1 if trophy xml not found . Fixes undertale
This commit is contained in:
@@ -520,7 +520,7 @@ s32 PS4_SYSV_ABI sceNpTrophyGetTrophyUnlockState(OrbisNpTrophyContext context,
|
||||
|
||||
if (!result) {
|
||||
LOG_ERROR(Lib_NpTrophy, "Failed to open trophy xml : {}", result.description());
|
||||
return ORBIS_OK;
|
||||
return -1;
|
||||
}
|
||||
|
||||
int num_trophies = 0;
|
||||
|
||||
Reference in New Issue
Block a user