From 94385ee3dfcafa69b9dd31e377274c5e95bb0092 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 16 Apr 2015 18:20:09 +0100 Subject: (CTR/3DS) reduce the size of the preallocated memory used by the dynamic recompiler. --- cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu.h') diff --git a/cpu.h b/cpu.h index 113292b..e4cdfb1 100644 --- a/cpu.h +++ b/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); -#ifdef PSP_BUILD +#if defined(PSP_BUILD) || defined (_3DS) #define ROM_TRANSLATION_CACHE_SIZE (1024 * 512 * 4) #define RAM_TRANSLATION_CACHE_SIZE (1024 * 384) -- cgit v1.2.3