mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
removed log
This commit is contained in:
parent
9dca00721d
commit
31cf540ae3
@ -203,7 +203,6 @@ int PS4_SYSV_ABI sceNpTrophyDestroyContext(OrbisNpTrophyContext context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
s32 PS4_SYSV_ABI sceNpTrophyDestroyHandle(OrbisNpTrophyHandle handle) {
|
s32 PS4_SYSV_ABI sceNpTrophyDestroyHandle(OrbisNpTrophyHandle handle) {
|
||||||
LOG_INFO(Lib_NpTrophy, "Destroyed handle {}", handle);
|
|
||||||
if (handle == ORBIS_NP_TROPHY_INVALID_HANDLE)
|
if (handle == ORBIS_NP_TROPHY_INVALID_HANDLE)
|
||||||
return ORBIS_NP_TROPHY_ERROR_INVALID_HANDLE;
|
return ORBIS_NP_TROPHY_ERROR_INVALID_HANDLE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user