mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
attempt at actually sending packets.
into the void for now.
This commit is contained in:
@ -26,8 +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);
|
||||
int MP_SendPacket(u8* data, int len);
|
||||
int MP_RecvPacket(u8* data, bool block);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user