namespace Ryujinx.Common { public static class SharedConstants { public const string DefaultLanPlayHost = "ldn.ryujinx.app"; public const short LanPlayPort = 30456; public const string DefaultLanPlayWebHost = DefaultLanPlayHost; public const string AmiiboTagsUrl = "https://raw.githubusercontent.com/Ryubing/Nfc/refs/heads/main/tags.json"; public const string FaqWikiUrl = "https://git.ryujinx.app/projects/Ryubing/wiki/FAQ-%26-Troubleshooting"; public const string SetupGuideWikiUrl = "https://git.ryujinx.app/projects/Ryubing/wiki/Setup-%26-Configuration-Guide"; public const string MultiplayerWikiUrl = "https://git.ryujinx.app/projects/Ryubing/wiki/Multiplayer-(LDN-Local-Wireless)-Guide"; } }