more work. also, make archive shito somewhat better.

This commit is contained in:
Arisotura
2021-12-26 00:46:24 +01:00
parent 3383c396cd
commit aa443c6bce
14 changed files with 1151 additions and 83 deletions

View File

@ -259,7 +259,7 @@ void SetLidClosed(bool closed);
void MicInputFrame(s16* data, int samples);
int ImportSRAM(u8* data, u32 length);
//int ImportSRAM(u8* data, u32 length);
void ScheduleEvent(u32 id, bool periodic, s32 delay, void (*func)(u32), u32 param);
void CancelEvent(u32 id);