namespace Ryujinx.HLE.HOS.Services.Acc { internal static class AccErr { public const int UserNotFound = 100; } }