Add new relay "Jeddah", minor update

This commit is contained in:
Henrik Rydgård
2026-07-07 18:41:10 +02:00
parent 6508ae0aae
commit e78a46407b
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ bool GenerateVertexShader(const VShaderID &id, char *buffer, const ShaderLanguag
// And the "varyings".
if (useHWTransform) {
WRITE(p, "struct VS_IN { \n");
WRITE(p, "struct VS_IN {\n");
if (enableBones) {
WRITE(p, " %s", boneWeightAttrDeclHLSL[numBoneWeights]);
}
+10 -1
View File
@@ -187,7 +187,16 @@
"location-emoji": "🇧🇷",
"description": "Rede br para partidas online de jogos PSP.",
"data_mode": "AemuPostoffice",
"status_data_json": "http://pspbrasil.duckdns.org/data.json"
"status_data_json": "https://pspbrasil.duckdns.org/data.json"
},
{
"name": "Jeddah relay",
"host": "jeddah-relay.ddns.net",
"discord": "",
"location": "Saudi Arabia",
"location-emoji": "🇸🇦",
"description": "For players looking to play any games",
"data_mode": "AemuPostoffice"
}
]
}