mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-17 11:42:54 +00:00
10 lines
269 B
C#
10 lines
269 B
C#
namespace Ryujinx.Common
|
|
{
|
|
public static class SharedConstants
|
|
{
|
|
public const string DefaultLanPlayHost = "ldn.ryujinx.app";
|
|
public const short LanPlayPort = 30456;
|
|
public const string DefaultLanPlayWebHost = DefaultLanPlayHost;
|
|
}
|
|
}
|