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/speed_meter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code/speed_meter.c') diff --git a/src/code/speed_meter.c b/src/code/speed_meter.c index 086c3ea70..dff46d91e 100644 --- a/src/code/speed_meter.c +++ b/src/code/speed_meter.c @@ -2,8 +2,8 @@ #include "terminal.h" /** - * How much time the audio update on the audio thread (`func_800E4FE0`) took in total, between scheduling the last two - * graphics tasks. + * How much time the audio update on the audio thread (`AudioThread_Update`) took in total, between scheduling the last + * two graphics tasks. */ volatile OSTime gAudioThreadUpdateTimeTotalPerGfxTask; -- cgit v1.2.3