[ci skip] chore: Change LDN server URL (it's the same server, just a more official URL)

This commit is contained in:
GreemDev 2025-08-28 09:50:20 -05:00 committed by KeatonTheBot
parent 171624e7f0
commit 09f3bf4b55
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ namespace Ryujinx.UI.App.Common
{
public class ApplicationLibrary
{
public static string DefaultLanPlayWebHost = "ryuldnweb.vudjun.com";
public static string DefaultLanPlayWebHost = "ldn.ryujinx.app";
public Language DesiredLanguage { get; set; }
public event EventHandler<ApplicationCountUpdatedEventArgs> ApplicationCountUpdated;
public event EventHandler<LdnGameDataReceivedEventArgs> LdnGameDataReceived;