sm64/lib/src/osSyncPrintf.c
2023-08-17 08:56:02 -04:00

12 lines
186 B
C

#include "macros.h"
#ifdef VERSION_CN
// ?
void func_cn_80304B30(void) {}
void osSyncPrintf(UNUSED const char *fmt, ...) {}
void osAsyncPrintf(UNUSED const char *fmt, ...) {}
#endif