chore: move NFC tags URL to SharedConstants.cs

This commit is contained in:
GreemDev
2025-08-30 00:35:16 -05:00
parent 462c93e1ff
commit be249f7bdc
2 changed files with 4 additions and 2 deletions

View File

@@ -5,5 +5,7 @@ namespace Ryujinx.Common
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";
}
}