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
+3 -2
View File
@@ -257,9 +257,10 @@ void XBNetworkLocation::clear() {
this->external_ipv4_address = 0;
this->port = 0;
this->mac_address.clear(0);
this->unknown_a1.clear(0);
this->unknown_a1 = 0;
this->unknown_a2 = 0;
this->account_id = 0;
this->unknown_a2.clear(0);
this->unknown_a3.clear(0);
}
void PlayerLobbyDataXB::clear() {