prime/src/Dolphin/dsp/dsp_debug.c
2022-09-18 02:05:46 -04:00

6 lines
88 B
C

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