Imported dolphin/dsp

This commit is contained in:
dbalatoni13 2024-11-12 02:09:45 +01:00
parent 36a05264a5
commit 9267fa627d
6 changed files with 520 additions and 18 deletions

View file

@ -0,0 +1,5 @@
#include "types.h"
void __DSP_debug_printf(const char* fmt, ...) {
// UNUSED(fmt);
}