64-bit early draft - no audio yet

This commit is contained in:
Emil Lenngren 2022-05-15 01:19:02 +02:00
parent 247360cbf0
commit 92c8ecb726
29 changed files with 853 additions and 169 deletions

View file

@ -84,6 +84,7 @@ void AudioMgr_Unlock(AudioMgr* audioMgr) {
}
void AudioMgr_Init(AudioMgr* audioMgr, void* stack, OSPri pri, OSId id, SchedContext* sched, IrqMgr* irqMgr) {
return; // OTRTODO64
AudioPlayer_Init();
memset(audioMgr,0, sizeof(AudioMgr));