From 89e55e9902195a59d1404250b05b3eca7aba1142 Mon Sep 17 00:00:00 2001 From: bmaupin Date: Thu, 19 Sep 2019 12:48:21 -0400 Subject: Reenable native file IO on PSP --- cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu.h') diff --git a/cpu.h b/cpu.h index 3ed9f07..2659b10 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); -#if defined(PSP_BUILD) +#if defined(PSP) #define ROM_TRANSLATION_CACHE_SIZE (1024 * 512 * 4) #define RAM_TRANSLATION_CACHE_SIZE (1024 * 384) -- cgit v1.2.3