mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
more WIP
This commit is contained in:
@ -28,6 +28,8 @@ enum
|
||||
{
|
||||
Cmd_Pause = 1,
|
||||
|
||||
Cmd_SetupNetplayMirror,
|
||||
|
||||
Cmd_MAX
|
||||
};
|
||||
|
||||
@ -44,6 +46,8 @@ void MPEnd();
|
||||
|
||||
void SetActive(bool active);
|
||||
|
||||
u16 GetInstanceBitmask();
|
||||
|
||||
void ProcessCommands();
|
||||
bool SendCommand(u16 recipients, u16 command, u16 len, void* data);
|
||||
bool SendCommandU8(u16 recipients, u16 command, u8 arg);
|
||||
|
Reference in New Issue
Block a user