mirror of https://github.com/PCSX2/pcsx2.git
Dev9ghzdrk: MAC updated to work with XLink 7.4.32
This commit is contained in:
parent
a020c98421
commit
b3006e2a6a
|
@ -32,7 +32,7 @@
|
|||
#define PCAP_NETMASK_UNKNOWN 0xffffffff
|
||||
#endif
|
||||
|
||||
mac_address virtual_mac = { 0x00,0x24,0x8D,0x63, 0x30, 0x31 }; // first three recognized by Xlink as Sony PS2
|
||||
mac_address virtual_mac = { 0x00,0x04,0x1F,0x82, 0x30, 0x31 }; // first three recognized by Xlink as Sony PS2
|
||||
mac_address broadcast_mac = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|
||||
|
||||
pcap_t *adhandle;
|
||||
|
|
Loading…
Reference in New Issue