From c43b5311cb0f9b559b65c94ad4d8f6afaddae27f Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 31 Mar 2013 19:43:40 +0300 Subject: drc: use print wrapper to output errors ..for platforms without working printf --- libpcsxcore/new_dynarec/emu_if.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpcsxcore/new_dynarec/emu_if.h') diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h index 94ff8de..3980490 100644 --- a/libpcsxcore/new_dynarec/emu_if.h +++ b/libpcsxcore/new_dynarec/emu_if.h @@ -99,6 +99,8 @@ void pcsx_mtc0_ds(u32 reg, u32 val); /* misc */ extern void (*psxHLEt[])(); +extern void SysPrintf(const char *fmt, ...); + #ifdef RAM_FIXED #define rdram ((u_int)0x80000000) #else -- cgit v1.2.3