mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
make cross-instance pause work without breaking local wifi connections
This commit is contained in:
@ -42,9 +42,11 @@ void SetMPRecvTimeout(int timeout);
|
||||
void MPBegin();
|
||||
void MPEnd();
|
||||
|
||||
void SetActive(bool active);
|
||||
|
||||
void ProcessCommands();
|
||||
bool SendCommand(u16 recipients, u16 command, u16 len, void* data);
|
||||
bool CommandReceived(u16 command);
|
||||
bool SendCommandU8(u16 recipients, u16 command, u8 arg);
|
||||
|
||||
int SendMPPacket(u8* data, int len, u64 timestamp);
|
||||
int RecvMPPacket(u8* data, u64* timestamp);
|
||||
|
Reference in New Issue
Block a user