mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
actually init pcap etc
This commit is contained in:
@ -41,6 +41,9 @@ void MP_DeInit();
|
||||
int MP_SendPacket(u8* data, int len);
|
||||
int MP_RecvPacket(u8* data, bool block);
|
||||
|
||||
bool LAN_Init();
|
||||
void LAN_DeInit();
|
||||
|
||||
}
|
||||
|
||||
#endif // PLATFORM_H
|
||||
|
Reference in New Issue
Block a user