mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-17 03:05:53 +00:00
7 lines
90 B
C
7 lines
90 B
C
#include "types.h"
|
|
|
|
|
|
void __DSP_debug_printf(const char* fmt, ...) {
|
|
//UNUSED(fmt);
|
|
}
|