From 09f3bf4b557ab8576013c09cbf0221db25dadb04 Mon Sep 17 00:00:00 2001 From: GreemDev Date: Thu, 28 Aug 2025 09:50:20 -0500 Subject: [PATCH] [ci skip] chore: Change LDN server URL (it's the same server, just a more official URL) --- .../Ldn/UserServiceCreator/IUserLocalCommunicationService.cs | 2 +- src/Ryujinx.UI.Common/App/ApplicationLibrary.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ryujinx.HLE/HOS/Services/Ldn/UserServiceCreator/IUserLocalCommunicationService.cs b/src/Ryujinx.HLE/HOS/Services/Ldn/UserServiceCreator/IUserLocalCommunicationService.cs index e7ba66d8a..c1c1ff5eb 100644 --- a/src/Ryujinx.HLE/HOS/Services/Ldn/UserServiceCreator/IUserLocalCommunicationService.cs +++ b/src/Ryujinx.HLE/HOS/Services/Ldn/UserServiceCreator/IUserLocalCommunicationService.cs @@ -23,7 +23,7 @@ namespace Ryujinx.HLE.HOS.Services.Ldn.UserServiceCreator { class IUserLocalCommunicationService : IpcService, IDisposable { - public static string DefaultLanPlayHost = "ryuldn.vudjun.com"; + public static string DefaultLanPlayHost = "ldn.ryujinx.app"; public static short LanPlayPort = 30456; public INetworkClient NetworkClient { get; private set; } diff --git a/src/Ryujinx.UI.Common/App/ApplicationLibrary.cs b/src/Ryujinx.UI.Common/App/ApplicationLibrary.cs index bb8fba054..813f40b0a 100644 --- a/src/Ryujinx.UI.Common/App/ApplicationLibrary.cs +++ b/src/Ryujinx.UI.Common/App/ApplicationLibrary.cs @@ -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 ApplicationCountUpdated; public event EventHandler LdnGameDataReceived;