mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 19:44:57 +00:00
Fix log message
This commit is contained in:
parent
498dbcbcba
commit
0e0daffa91
@ -212,7 +212,7 @@ s32 PS4_SYSV_ABI sceNpTrophyDestroyHandle(OrbisNpTrophyHandle handle) {
|
|||||||
|
|
||||||
s32 handle_index = handle - 1;
|
s32 handle_index = handle - 1;
|
||||||
if (handle_index >= trophy_handles.size()) {
|
if (handle_index >= trophy_handles.size()) {
|
||||||
LOG_ERROR(Lib_NpTrophy, "Invalid handle {}", handle_index);
|
LOG_ERROR(Lib_NpTrophy, "Invalid handle {}", handle);
|
||||||
return ORBIS_NP_TROPHY_ERROR_INVALID_HANDLE;
|
return ORBIS_NP_TROPHY_ERROR_INVALID_HANDLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user