update xbox network location struct
This commit is contained in:
@@ -176,8 +176,8 @@ void XBNetworkLocation::clear() {
|
||||
this->external_ipv4_address = 0;
|
||||
this->port = 0;
|
||||
this->mac_address.clear(0);
|
||||
this->unknown_a1 = 0;
|
||||
this->unknown_a2 = 0;
|
||||
this->sg_ip_address = 0;
|
||||
this->spi = 0;
|
||||
this->account_id = 0;
|
||||
this->unknown_a3.clear(0);
|
||||
}
|
||||
|
||||
@@ -471,8 +471,8 @@ struct XBNetworkLocation {
|
||||
/* 04 */ le_uint32_t external_ipv4_address = 0x23232323;
|
||||
/* 08 */ le_uint16_t port = 9500;
|
||||
/* 0A */ parray<uint8_t, 6> mac_address = 0x77;
|
||||
/* 10 */ le_uint32_t unknown_a1;
|
||||
/* 14 */ le_uint32_t unknown_a2;
|
||||
/* 10 */ le_uint32_t sg_ip_address = 0x0B0B0B0B;
|
||||
/* 14 */ le_uint32_t spi = 0xCCCCCCCC;
|
||||
/* 18 */ le_uint64_t account_id = 0xFFFFFFFFFFFFFFFF;
|
||||
/* 20 */ parray<le_uint32_t, 4> unknown_a3;
|
||||
/* 30 */
|
||||
|
||||
Reference in New Issue
Block a user