1 2 3 4 5 6 7 8 9
#include <dolphin/dsp.h> #include "__dsp.h" void __DSP_debug_printf(const char* fmt, ...) {} DSPTaskInfo* __DSPGetCurrentTask(void) { return __DSP_curr_task; }