prime/src/Dolphin/dsp/dsp_debug.c
2022-07-30 02:12:25 -07:00

7 lines
90 B
C

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