mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-30 23:02:02 +00:00
8 lines
134 B
C#
8 lines
134 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Friend
|
|||
|
{
|
|||
|
static class FriendErr
|
|||
|
{
|
|||
|
public const int InvalidArgument = 2;
|
|||
|
}
|
|||
|
}
|