mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-09-10 02:04:34 +02:00
(Android) For Android x86 build - try to use mmap, for Android - use ARM_MEMORY_DYNAREC
codepath
This commit is contained in:
@@ -30,7 +30,7 @@ u8* bios_translation_cache;
|
||||
u8 *rom_translation_ptr;
|
||||
u8 *ram_translation_ptr;
|
||||
u8 *bios_translation_ptr;
|
||||
#elif defined(ANDROID)
|
||||
#elif defined(ARM_MEMORY_DYNAREC)
|
||||
__asm__(".section .jit,\"awx\",%progbits");
|
||||
|
||||
u8 rom_translation_cache[ROM_TRANSLATION_CACHE_SIZE]
|
||||
|
||||
Reference in New Issue
Block a user