mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-10 01:44:36 +00:00
Document code_800C3C20: Audio_StopAllSfx (#1309)
* Document code_800C3C20 * Associate it with AudioMgr to separate it from the audio library
This commit is contained in:
parent
ed0ab877c9
commit
f2d4c3b10b
3 changed files with 8 additions and 8 deletions
|
@ -1557,7 +1557,7 @@ u32 THA_IsCrash(TwoHeadArena* tha);
|
|||
void THA_Init(TwoHeadArena* tha);
|
||||
void THA_Ct(TwoHeadArena* tha, void* ptr, u32 size);
|
||||
void THA_Dt(TwoHeadArena* tha);
|
||||
void func_800C3C20(void);
|
||||
void AudioMgr_StopAllSfx(void);
|
||||
void func_800C3C80(AudioMgr* audioMgr);
|
||||
void AudioMgr_HandleRetrace(AudioMgr* audioMgr);
|
||||
void AudioMgr_HandlePreNMI(AudioMgr* audioMgr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue