aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.h
diff options
context:
space:
mode:
authornotaz2013-03-31 19:17:34 +0300
committernotaz2013-04-01 01:20:16 +0300
commitc6d5790c709c4efcc01718fbe99572af550d3dff (patch)
tree3d403cc502bcc490c6f1e277ce76c8bb1c47bcb2 /libpcsxcore/new_dynarec/emu_if.h
parentb1f89e6f247c9b11c745cc1a7201cce5fb4fe08f (diff)
downloadpcsx_rearmed-c6d5790c709c4efcc01718fbe99572af550d3dff.tar.gz
pcsx_rearmed-c6d5790c709c4efcc01718fbe99572af550d3dff.tar.bz2
pcsx_rearmed-c6d5790c709c4efcc01718fbe99572af550d3dff.zip
gte_neon: access scratch_buf through drc context
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.h')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h
index 72f6c27..94ff8de 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;