mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-31 12:00:25 -07:00
Merge branch 'zapd_audio_support' into zelda64
This commit is contained in:
commit
0320107fc0
54 changed files with 3629 additions and 1850 deletions
|
@ -84,7 +84,6 @@ 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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue