summaryrefslogtreecommitdiff
path: root/src/Dolphin/dsp/dsp_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Dolphin/dsp/dsp_debug.c')
-rw-r--r--src/Dolphin/dsp/dsp_debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Dolphin/dsp/dsp_debug.c b/src/Dolphin/dsp/dsp_debug.c
new file mode 100644
index 0000000..22455a3
--- /dev/null
+++ b/src/Dolphin/dsp/dsp_debug.c
@@ -0,0 +1,5 @@
+#include "types.h"
+
+void __DSP_debug_printf(const char* fmt, ...) {
+ // UNUSED(fmt);
+}