aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.h
diff options
context:
space:
mode:
authortwinaphex2013-04-01 00:50:34 +0200
committertwinaphex2013-04-01 00:50:34 +0200
commit19414bd6e0f0febe9c04bc3c876f400945861a95 (patch)
tree5efe48cb46e67417b0c3e8c376f31793bae8c024 /libpcsxcore/new_dynarec/emu_if.h
parentb45890371118792a9e992ec92a259f31adc85820 (diff)
parentcd2306936bb0e14363d91aeb0fb29167eb94dd2a (diff)
downloadpcsx_rearmed-19414bd6e0f0febe9c04bc3c876f400945861a95.tar.gz
pcsx_rearmed-19414bd6e0f0febe9c04bc3c876f400945861a95.tar.bz2
pcsx_rearmed-19414bd6e0f0febe9c04bc3c876f400945861a95.zip
Merge git://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.h')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h
index 72f6c27..3980490 100644
--- a/libpcsxcore/new_dynarec/emu_if.h
+++ b/libpcsxcore/new_dynarec/emu_if.h
@@ -83,6 +83,7 @@ void rcnt2_read_count_m1(u32 addr, u32, u32 cycles);
extern unsigned int address;
extern void *psxH_ptr;
extern void *zeromem_ptr;
+extern void *scratch_buf_ptr;
// same as invalid_code, just a region for ram write checks (inclusive)
extern u32 inv_code_start, inv_code_end;
@@ -98,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