From 7e605697028dd22dbf2d6ee4701add1e31814b1a Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 19 Dec 2010 19:53:14 +0200 Subject: improved memhandlers --- libpcsxcore/new_dynarec/pcsxmem.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libpcsxcore/new_dynarec/pcsxmem.h (limited to 'libpcsxcore/new_dynarec/pcsxmem.h') diff --git a/libpcsxcore/new_dynarec/pcsxmem.h b/libpcsxcore/new_dynarec/pcsxmem.h new file mode 100644 index 0000000..74b0560 --- /dev/null +++ b/libpcsxcore/new_dynarec/pcsxmem.h @@ -0,0 +1,3 @@ + +void new_dyna_pcsx_mem_init(void); +void new_dyna_pcsx_mem_reset(void); -- cgit v1.2.3