Oops printf there!
This commit is contained in:
parent
3a7fedb8fb
commit
d63fea580c
|
@ -460,7 +460,6 @@ void retro_init(void)
|
||||||
#if defined(HAVE_DYNAREC)
|
#if defined(HAVE_DYNAREC)
|
||||||
#if defined(MMAP_JIT_CACHE)
|
#if defined(MMAP_JIT_CACHE)
|
||||||
rom_translation_cache = map_jit_block(ROM_TRANSLATION_CACHE_SIZE + RAM_TRANSLATION_CACHE_SIZE);
|
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];
|
ram_translation_cache = &rom_translation_cache[ROM_TRANSLATION_CACHE_SIZE];
|
||||||
#elif defined(_3DS)
|
#elif defined(_3DS)
|
||||||
if (__ctr_svchax && !translation_caches_inited)
|
if (__ctr_svchax && !translation_caches_inited)
|
||||||
|
|
Loading…
Reference in New Issue