aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/pcsxmem.c
diff options
context:
space:
mode:
authornotaz2011-02-16 23:52:36 +0200
committernotaz2011-02-17 17:04:50 +0200
commit3eaa704818ac8d59d31ff362d99a673ee7118641 (patch)
tree165780fadc856444adc66e1d13e8ea737cb47bb2 /libpcsxcore/new_dynarec/pcsxmem.c
parente1190b870e095e6cf1f56b0fa7915e975a7c94d7 (diff)
downloadpcsx_rearmed-3eaa704818ac8d59d31ff362d99a673ee7118641.tar.gz
pcsx_rearmed-3eaa704818ac8d59d31ff362d99a673ee7118641.tar.bz2
pcsx_rearmed-3eaa704818ac8d59d31ff362d99a673ee7118641.zip
drc: merge Ari64's patch: 10_unnecessary_invalidate
also adjust memhandlers to do inv checks as recompiler no longer does them for unknown writes.
Diffstat (limited to 'libpcsxcore/new_dynarec/pcsxmem.c')
-rw-r--r--libpcsxcore/new_dynarec/pcsxmem.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpcsxcore/new_dynarec/pcsxmem.c b/libpcsxcore/new_dynarec/pcsxmem.c
index f5a78ff..ae35f2d 100644
--- a/libpcsxcore/new_dynarec/pcsxmem.c
+++ b/libpcsxcore/new_dynarec/pcsxmem.c
@@ -350,9 +350,6 @@ void new_dyna_pcsx_mem_init(void)
readmemb[i] = ari_read_ram8;
readmemh[i] = ari_read_ram16;
readmem[i] = ari_read_ram32;
- writememb[i] = ari_write_ram8;
- writememh[i] = ari_write_ram16;
- writemem[i] = ari_write_ram32;
}
// BIOS and it's mirrors