* begin adding POWCNT2, only applies to wifi for now

* begin work on wifi scheduler
This commit is contained in:
Arisotura
2022-09-01 22:24:20 +02:00
parent fb73b80674
commit cc68017f52
7 changed files with 340 additions and 51 deletions

View File

@ -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);