1 2 3 4 5 6 7 8
namespace Ryujinx.HLE.HOS.Services.Friend { static class FriendError { public const int InvalidArgument = 2; public const int NotificationQueueEmpty = 15; } }