From fb7ca09b019248b9a0aba481ea55386f71053d73 Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Wed, 17 Mar 2021 18:33:02 +0100 Subject: Remove BIOS reserved translation area This is not really necessary since it can share area with ROM. Performance impact should be very minimal (haven't noticed it myself) and could be compensated (even by a positive offset) if we bump the ROM cache area size. Tested with several dynarecs. --- main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index ae359f7..83694b9 100644 --- a/main.c +++ b/main.c @@ -116,7 +116,6 @@ void init_main(void) #ifdef HAVE_DYNAREC flush_translation_cache_rom(); flush_translation_cache_ram(); - flush_translation_cache_bios(); init_emitter(); #endif } -- cgit v1.2.3