sceNpTrophy: remove confirmed comment

This commit is contained in:
Megamouse 2022-05-05 17:33:51 +02:00
parent d113324a90
commit dae51a4a2b
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ error_code sceNpTrophyGetTrophyUnlockState(u32 context, u32 handle, vm::ptr<SceN
{ {
sceNpTrophy.warning("sceNpTrophyGetTrophyUnlockState(context=0x%x, handle=0x%x, flags=*0x%x, count=*0x%x)", context, handle, flags, count); sceNpTrophy.warning("sceNpTrophyGetTrophyUnlockState(context=0x%x, handle=0x%x, flags=*0x%x, count=*0x%x)", context, handle, flags, count);
if (!flags || !count) // is count really checked here? if (!flags || !count)
{ {
return SCE_NP_TROPHY_ERROR_INVALID_ARGUMENT; return SCE_NP_TROPHY_ERROR_INVALID_ARGUMENT;
} }