diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-02-01 10:25:23 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 18:25:23 -0500 |
| commit | a0d31dba680fdddb354dc8aae6ae0efe1663ef3f (patch) | |
| tree | fc3afc6f166b9a8fd83a643ef61adb03e7491dd4 /src/audio/session_config.c | |
| parent | d65fb6ed28299b36cfb9c80949649b9a4da4883e (diff) | |
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 <Dragorn421@users.noreply.github.com>
Diffstat (limited to 'src/audio/session_config.c')
| -rw-r--r-- | src/audio/session_config.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/audio/session_config.c b/src/audio/session_config.c index 56b899993..2178a12e8 100644 --- a/src/audio/session_config.c +++ b/src/audio/session_config.c @@ -2,12 +2,12 @@ u8 D_8016F0E0[0xA0]; // unused AudioContext gAudioCtx; -void (*D_801755D0)(void); +AudioCustomUpdateFunction gAudioCustomUpdateFunction; s32 D_801755D8[3]; // unused -const s16 D_8014A6C0[] = { - 0x1C00, // unused - 0x0030, // gTatumsPerBeat +const TempoData gTempoData = { + 0x1C00, // unk_00 + SEQTICKS_PER_BEAT, // seqTicksPerBeat }; // TODO: Extract from table? |
