(CTR/3DS) reduce the size of the preallocated memory used by the dynamic
recompiler.
This commit is contained in:
parent
69b5bfc05e
commit
94385ee3df
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,
|
s32 translate_block_thumb(u32 pc, translation_region_type translation_region,
|
||||||
u32 smc_enable);
|
u32 smc_enable);
|
||||||
|
|
||||||
#ifdef PSP_BUILD
|
#if defined(PSP_BUILD) || defined (_3DS)
|
||||||
|
|
||||||
#define ROM_TRANSLATION_CACHE_SIZE (1024 * 512 * 4)
|
#define ROM_TRANSLATION_CACHE_SIZE (1024 * 512 * 4)
|
||||||
#define RAM_TRANSLATION_CACHE_SIZE (1024 * 384)
|
#define RAM_TRANSLATION_CACHE_SIZE (1024 * 384)
|
||||||
|
|
Loading…
Reference in New Issue