mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 23:20:46 -07:00
7 lines
142 B
C#
7 lines
142 B
C#
namespace Ryujinx.HLE.HOS.Services.Nifm
|
|
{
|
|
internal static class NifmErr
|
|
{
|
|
public const int NoInternetConnection = 300;
|
|
}
|
|
} |