From: notaz Date: Sun, 18 Sep 2016 21:00:48 +0000 (+0300) Subject: drc: remove unnecessary cache flushing X-Git-Tag: r23~168 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=1fedf1ea555e4a6be68dd0ba384909ac21da65d0;hp=581335b095ed820978d4c88f026abf462128eeb0 drc: remove unnecessary cache flushing should already be flushed or not matter at this point --- diff --git a/libpcsxcore/new_dynarec/new_dynarec.c b/libpcsxcore/new_dynarec/new_dynarec.c index ca12ea98..bfe3961e 100644 --- a/libpcsxcore/new_dynarec/new_dynarec.c +++ b/libpcsxcore/new_dynarec/new_dynarec.c @@ -1000,9 +1000,6 @@ void invalidate_all_pages() restore_candidate[(page&2047)>>3]|=1<<(page&7); restore_candidate[((page&2047)>>3)+256]|=1<<(page&7); } - #ifdef __arm__ - __clear_cache((void *)BASE_ADDR,(void *)BASE_ADDR+(1<