mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
GamesNexus also has data.json. Also, do an inventory of favicons. Not many usable...
This commit is contained in:
@@ -206,7 +206,7 @@ void AdhocLoadServerList(AdhocLoadListMode loadMode) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
ERROR_LOG(Log::sceNet, "Failed to load cached adhoc server list %s from cache, falling back.", g_Config.sAdhocServerListUrl.c_str());
|
||||
INFO_LOG(Log::sceNet, "Failed to load cached adhoc server list %s from cache, falling back.", g_Config.sAdhocServerListUrl.c_str());
|
||||
LoadFallbackServerList();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
"location": "France",
|
||||
"description": "For players looking to play any games",
|
||||
"data_mode": "AemuPostoffice",
|
||||
"status_xml": "https://www.socom.cc/status.xml"
|
||||
"status_xml": "https://www.socom.cc/status.xml",
|
||||
"icon": "/favicon.ico"
|
||||
},
|
||||
{
|
||||
"name": "Madness Gaming Network",
|
||||
@@ -47,7 +48,8 @@
|
||||
"location": "São Paulo Brazil",
|
||||
"description": "For players looking to play any games",
|
||||
"data_mode": "AemuPostoffice",
|
||||
"status_xml": "https://jpa36a7.glddns.com/"
|
||||
"status_xml": "https://jpa36a7.glddns.com/",
|
||||
"icon": "/favicon.ico"
|
||||
},
|
||||
{
|
||||
"name": "ArenaAnywhere SA",
|
||||
@@ -106,6 +108,7 @@
|
||||
"location": "Milan Italy",
|
||||
"description": "For players looking to play any games",
|
||||
"data_mode": "AemuPostoffice",
|
||||
"status_data_json": "https://adhoc.gamesnexus.ovh/data.json",
|
||||
"status_web": "https://adhoc.gamesnexus.ovh"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user