diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -114,8 +114,7 @@ void init_main(void) video_count = 960; #ifdef HAVE_DYNAREC - flush_translation_cache_rom(); - flush_translation_cache_ram(); + wipe_caches(); init_emitter(); #endif } |