mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-02 04:36:57 -06:00
Fix ethernet addr in offline mode (#18756)
This commit is contained in:
parent
b0c1791a0c
commit
79cb35daa6
@ -420,7 +420,7 @@ namespace np
|
|||||||
|
|
||||||
// IP & DNS info
|
// IP & DNS info
|
||||||
std::string hostname = "localhost";
|
std::string hostname = "localhost";
|
||||||
std::array<u8, 6> ether_address{};
|
std::array<u8, 6> ether_address{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
|
||||||
be_t<u32> local_ip_addr{};
|
be_t<u32> local_ip_addr{};
|
||||||
be_t<u32> public_ip_addr{};
|
be_t<u32> public_ip_addr{};
|
||||||
be_t<u32> dns_ip = 0x08080808;
|
be_t<u32> dns_ip = 0x08080808;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user