From a0d31dba680fdddb354dc8aae6ae0efe1663ef3f Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:25:23 +1100 Subject: Document Audio Thread Commands (#1399) * begin docs * cleanup * copy over progress * cleanup * small cleanup * more docs, fill out cmds * small touchup * pan weight ganon comment * fix specId * seqcmd cleanup * format * small cleanup * one more thing * small feedback from MM * partial PR * some PR Suggestions * small adjustments * ticks, seqticks, frames, updates: term cleanup * small fix * PR Review * PR Review * PR Review * rm param * adjust comment * update renamed functions * format --------- Co-authored-by: Dragorn421 --- src/code/audio_thread_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/audio_thread_manager.c') diff --git a/src/code/audio_thread_manager.c b/src/code/audio_thread_manager.c index 04f20a8f5..bbec08dea 100644 --- a/src/code/audio_thread_manager.c +++ b/src/code/audio_thread_manager.c @@ -51,7 +51,7 @@ void AudioMgr_HandleRetrace(AudioMgr* audioMgr) { // Skip update, no rsp task produced rspTask = NULL; } else { - rspTask = func_800E4FE0(); + rspTask = AudioThread_Update(); } gAudioThreadUpdateTimeAcc += osGetTime() - gAudioThreadUpdateTimeStart; -- cgit v1.2.3