7 lines
No EOL
142 B
C#
7 lines
No EOL
142 B
C#
namespace Ryujinx.HLE.HOS.Services.Nifm
|
|
{
|
|
internal static class NifmErr
|
|
{
|
|
public const int NoInternetConnection = 300;
|
|
}
|
|
} |