mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 13:50:11 -06:00
oh well.
This commit is contained in:
@ -26,7 +26,6 @@ namespace LAN
|
||||
|
||||
typedef struct
|
||||
{
|
||||
//pcap_if_t* PCapInterface; // no, this shit shouldn't be exposed here. blarg
|
||||
char DeviceName[128];
|
||||
char FriendlyName[128];
|
||||
char Description[128];
|
||||
@ -34,6 +33,8 @@ typedef struct
|
||||
u8 IP_v4[4];
|
||||
u8 DNS[8][4];
|
||||
|
||||
void* Internal;
|
||||
|
||||
} AdapterData;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user