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