add xbox support

This commit is contained in:
Martin Michelsen
2023-11-06 23:06:16 -08:00
parent 4b1f5420f2
commit 71cfced5ee
337 changed files with 2315 additions and 403 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const vector<string> version_to_login_port_name = {
const vector<string> version_to_lobby_port_name = {
"bb-patch", "console-lobby", "pc-lobby", "console-lobby", "console-lobby", "bb-lobby"};
const vector<string> version_to_proxy_port_name = {
"", "dc-proxy", "pc-proxy", "gc-proxy", "xb-proxy", "bb-proxy"};
"", "dc-proxy", "pc-proxy", "gc-proxy", "xb", "bb-proxy"};
const char* name_for_version(GameVersion version) {
switch (version) {