Files
tp/libs/dolphin/dsp/dsp_debug.c
T

5 lines
198 B
C
Raw Normal View History

2021-04-01 02:07:58 +02:00
#include "dolphin/dsp/dsp_debug.h"
2021-03-28 22:49:05 +02:00
#include "dolphin/types.h"
2021-04-06 18:00:35 +02:00
/* 80352580-803525D0 34CEC0 0050+00 0/0 2/2 0/0 .text __DSP_debug_printf */
2023-01-02 11:20:10 -08:00
void __DSP_debug_printf(const char* fmt, ...) {}