summaryrefslogtreecommitdiff
path: root/src/audio/debug.inc.c
AgeCommit message (Collapse)Author
2025-05-01Restructure audio source files (#2520)fig02
* restructure audio files * fix
2025-03-27SoundMode -> SoundOutputMode (#2475)fig02
* SoundOutputMode, and move SoundSetting * missed a couple * format * move SoundSetting
2025-02-15Use enums for settings in SRAM header (#2429)cadmic
* Use enums for settings in SRAM header * Fix bss * Uglify z_en_mag to match ique
2024-09-07Move audio/general.c debug bss with the rest of bss (#2152)Dragorn421
* Move audio/general.c debug bss to own file and include with the rest of bss * just inline the bss instead of include
2024-01-31Document Audio Thread Commands (#1399)engineer124
* 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>
2024-01-30Audio retail OK (#1650)engineer124
* general OK * wait for data * sfx and sequence * PR Suggestions * debug file * data * PR