mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
sceNpTrophy: remove confirmed comment
This commit is contained in:
parent
d113324a90
commit
dae51a4a2b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
if (!flags || !count) // is count really checked here?
|
||||
if (!flags || !count)
|
||||
{
|
||||
return SCE_NP_TROPHY_ERROR_INVALID_ARGUMENT;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue