mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
(untested yet) code for sending and receiving packets via sockets
MAC randomization
This commit is contained in:
@ -26,6 +26,8 @@ namespace Platform
|
||||
|
||||
bool MP_Init();
|
||||
void MP_DeInit();
|
||||
int MP_SendPacket(u8* data, int len, int rate);
|
||||
int MP_RecvPacket(u8* data, bool block, int* rate);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user