namespace Ryujinx.HLE.HOS.Services.Set
{
    static class SettingsError
    {
        public const int LanguageOutOfRange = 625;
    }
}