mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-28 16:50:15 -06:00
* begin adding POWCNT2, only applies to wifi for now
* begin work on wifi scheduler
This commit is contained in:
@ -52,6 +52,8 @@ enum
|
||||
Event_DSi_CamTransfer,
|
||||
Event_DSi_DSP,
|
||||
|
||||
Event_WifiLegacy,
|
||||
|
||||
Event_MAX
|
||||
};
|
||||
|
||||
@ -263,6 +265,7 @@ void SetLidClosed(bool closed);
|
||||
void MicInputFrame(s16* data, int samples);
|
||||
|
||||
void ScheduleEvent(u32 id, bool periodic, s32 delay, void (*func)(u32), u32 param);
|
||||
void ScheduleEvent(u32 id, u64 timestamp, void (*func)(u32), u32 param);
|
||||
void CancelEvent(u32 id);
|
||||
|
||||
void debug(u32 p);
|
||||
|
Reference in New Issue
Block a user