marioparty4/src/dolphin/dsp/dsp_debug.c
2024-11-12 02:09:45 +01:00

5 lines
88 B
C

#include "types.h"
void __DSP_debug_printf(const char* fmt, ...) {
// UNUSED(fmt);
}