summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3a9dcdb..ce416ce 100644
--- a/main.c
+++ b/main.c
@@ -117,9 +117,11 @@ void init_main(void)
execute_cycles = 960;
video_count = 960;
+#ifdef HAVE_DYNAREC
flush_translation_cache_rom();
flush_translation_cache_ram();
flush_translation_cache_bios();
+#endif
}
u32 no_alpha = 0;