InvalidUuid > InvalidArgument 2
Co-Authored-By: Thomas Guillemard <thog@protonmail.com>
This commit is contained in:
parent
92b6b3db8f
commit
7fbcc0eda6
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ namespace Ryujinx.HLE.HOS.Services.Friend
|
|||
|
||||
if (userId.IsNull)
|
||||
{
|
||||
return MakeError(ErrorModule.Friends, FriendErr.InvalidUuid);
|
||||
return MakeError(ErrorModule.Friends, FriendErr.InvalidArgument);
|
||||
}
|
||||
|
||||
MakeObject(context, new INotificationService(userId));
|
||||
|
@ -53,4 +53,4 @@ namespace Ryujinx.HLE.HOS.Services.Friend
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue