mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Add new relay "Jeddah", minor update
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user