From de59ad3db71a7e1d0134fa8be0c047c4cb1efacd Mon Sep 17 00:00:00 2001 From: fig02 Date: Wed, 23 Apr 2025 19:31:49 -0400 Subject: macros.h 1/?: `PRINTF` and `T` (#2509) * create printf and translation headers * non-overlays complete * printf finished * move T macro * edit comment * fix error * fix bss * remove is_64 * fix bss --- src/code/audio_thread_manager.c | 2 ++ 1 file changed, 2 insertions(+) (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 8837601f8..5c7ff901e 100644 --- a/src/code/audio_thread_manager.c +++ b/src/code/audio_thread_manager.c @@ -6,8 +6,10 @@ */ #include "audiomgr.h" +#include "printf.h" #include "regs.h" #include "speed_meter.h" +#include "translation.h" #include "z64dma.h" #include "macros.h" -- cgit v1.2.3