mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
attempt at syncing pause command between instances. works somewhat
This commit is contained in:
@ -24,11 +24,20 @@
|
||||
namespace IPC
|
||||
{
|
||||
|
||||
enum
|
||||
{
|
||||
Cmd_Pause = 1,
|
||||
};
|
||||
|
||||
extern int InstanceID;
|
||||
|
||||
void Init();
|
||||
void DeInit();
|
||||
|
||||
void Process();
|
||||
|
||||
bool SendCommand(u16 recipients, u16 command, u16 len, void* data);
|
||||
|
||||
}
|
||||
|
||||
#endif // IPC_H
|
||||
|
Reference in New Issue
Block a user