diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |