namespace Ryujinx.HLE.HOS.Services.Friend { static class FriendErr { public const int InvalidArgument = 2; } }