mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-07 05:13:39 +02:00
(CTR/3DS) using a heap allocator with a size determined at runtime can
remove the static memory limitation, no need to use the smaller dynarec buffer size.
This commit is contained in:
2
cpu.h
2
cpu.h
@@ -119,7 +119,7 @@ s32 translate_block_arm(u32 pc, translation_region_type translation_region,
|
||||
s32 translate_block_thumb(u32 pc, translation_region_type translation_region,
|
||||
u32 smc_enable);
|
||||
|
||||
#if defined(PSP_BUILD) || defined (_3DS)
|
||||
#if defined(PSP_BUILD)
|
||||
|
||||
#define ROM_TRANSLATION_CACHE_SIZE (1024 * 512 * 4)
|
||||
#define RAM_TRANSLATION_CACHE_SIZE (1024 * 384)
|
||||
|
||||
Reference in New Issue
Block a user