aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.c
diff options
context:
space:
mode:
authornotaz2013-01-06 04:11:26 +0200
committernotaz2013-01-06 04:11:26 +0200
commit92879b62c06f6c1d363a138f77f7727d0fc7721e (patch)
treebb404095a1dd49be9796064fdaabba33ec48efb2 /libpcsxcore/new_dynarec/emu_if.c
parent804789d73ee66857216f1e32c74c80dd65ef587f (diff)
downloadpcsx_rearmed-92879b62c06f6c1d363a138f77f7727d0fc7721e.tar.gz
pcsx_rearmed-92879b62c06f6c1d363a138f77f7727d0fc7721e.tar.bz2
pcsx_rearmed-92879b62c06f6c1d363a138f77f7727d0fc7721e.zip
fully reinit drc on change
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.c')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.c b/libpcsxcore/new_dynarec/emu_if.c
index b8e9883..02e108f 100644
--- a/libpcsxcore/new_dynarec/emu_if.c
+++ b/libpcsxcore/new_dynarec/emu_if.c
@@ -344,6 +344,7 @@ static void ari64_clear(u32 addr, u32 size)
static void ari64_shutdown()
{
new_dynarec_cleanup();
+ new_dyna_pcsx_mem_shutdown();
}
extern void intExecute();
@@ -394,6 +395,7 @@ void invalidate_block(unsigned int block) {}
void new_dyna_pcsx_mem_init(void) {}
void new_dyna_pcsx_mem_reset(void) {}
void new_dyna_pcsx_mem_load_state(void) {}
+void new_dyna_pcsx_mem_shutdown(void) {}
#endif
#ifdef DRC_DBG