add GetExtendedPlayerInfo for xbox

This commit is contained in:
Martin Michelsen
2024-05-04 11:17:44 -07:00
parent ca6605877a
commit a35753fdf1
10 changed files with 203 additions and 1 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ public:
} else if (tokens[0] == "match") {
this->find_all_matches(
stoul(tokens.at(1), nullptr, 16),
tokens.size() >= 2 ? stoul(tokens.at(2), nullptr, 16) : 0);
tokens.size() >= 3 ? stoul(tokens[2], nullptr, 16) : 0);
} else if (tokens[0] == "find-ppc-globals") {
this->find_ppc_rtoc_global_regs();
} else if (!tokens[0].empty()) {