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