aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.h
diff options
context:
space:
mode:
authornotaz2013-03-31 19:43:40 +0300
committernotaz2013-04-01 01:20:19 +0300
commitc43b5311cb0f9b559b65c94ad4d8f6afaddae27f (patch)
treea74ea94c19360d472566f36d95c6a17a821e6afd /libpcsxcore/new_dynarec/emu_if.h
parentc6d5790c709c4efcc01718fbe99572af550d3dff (diff)
downloadpcsx_rearmed-c43b5311cb0f9b559b65c94ad4d8f6afaddae27f.tar.gz
pcsx_rearmed-c43b5311cb0f9b559b65c94ad4d8f6afaddae27f.tar.bz2
pcsx_rearmed-c43b5311cb0f9b559b65c94ad4d8f6afaddae27f.zip
drc: use print wrapper to output errors
..for platforms without working printf
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.h')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.h2
1 files changed, 2 insertions, 0 deletions
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