Oops printf there!

This commit is contained in:
David Guillen Fandos 2021-11-05 23:15:08 +01:00
parent 3a7fedb8fb
commit d63fea580c
1 changed files with 0 additions and 1 deletions

View File

@ -460,7 +460,6 @@ void retro_init(void)
#if defined(HAVE_DYNAREC)
#if defined(MMAP_JIT_CACHE)
rom_translation_cache = map_jit_block(ROM_TRANSLATION_CACHE_SIZE + RAM_TRANSLATION_CACHE_SIZE);
printf("rom_translation_cache %llx\n", (unsigned long long)rom_translation_cache);
ram_translation_cache = &rom_translation_cache[ROM_TRANSLATION_CACHE_SIZE];
#elif defined(_3DS)
if (__ctr_svchax && !translation_caches_inited)