summaryrefslogtreecommitdiff
path: root/src/Dolphin/dsp/dsp_debug.c
blob: 22455a34b2b006e7c3afce5e76963bd543efb9a4 (plain)
1
2
3
4
5
#include "types.h"

void __DSP_debug_printf(const char* fmt, ...) {
  // UNUSED(fmt);
}