From c6d5790c709c4efcc01718fbe99572af550d3dff Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 31 Mar 2013 19:17:34 +0300 Subject: gte_neon: access scratch_buf through drc context --- libpcsxcore/new_dynarec/emu_if.h | 1 + 1 file changed, 1 insertion(+) (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 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; -- cgit v1.2.3