From eb79c1cb1c166d8f2a6b1d1ed3ae4707ca6228bf Mon Sep 17 00:00:00 2001 From: Naggioperso <212555650+Naggioperso@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:42:56 +0100 Subject: [PATCH] Added Games Nexus to the server list Added Games Nexus relay server running postoffice to the list of servers --- Core/Config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Config.cpp b/Core/Config.cpp index 5930a628c4..a23a24c9d7 100644 --- a/Core/Config.cpp +++ b/Core/Config.cpp @@ -82,6 +82,7 @@ const std::vector defaultProAdhocServerList = { {"ArenaAnywhere SA", "relay-sa.arenaanywhere.site", "https://discord.gg/MxZrDHmrN", "South Africa", "For players looking to play any games", AdhocDataMode::AemuPostoffice}, {"ArenaAnywhere EU", "relay.arenaanywhere.site", "https://discord.gg/MxZrDHmrN", "Europe", "For players looking to play any games", AdhocDataMode::AemuPostoffice}, {"Retroverze Relay Beta", "psp.retroverze.my.id", "https://retroverze.my.id/beta", "Unknown", "For players looking to play any games", AdhocDataMode::AemuPostoffice}, + {"Games Nexus", "adhoc.gamesnexus.ovh", "https://adhoc.gamesnexus.ovh", "Milan Italy", "For players looking to play any games", AdhocDataMode::AemuPostoffice}, }; // TODO download the list from somewhere and probably cache it on disk