namespace Ryujinx.HLE.HOS.Services.Nifm { internal static class NifmErr { public const int NoInternetConnection = 300; } }