From 59c4f7f5c7ef0923d24ee8421ec4ff38a6336f15 Mon Sep 17 00:00:00 2001 From: bmaupin Date: Tue, 5 Nov 2019 13:27:19 -0500 Subject: Fix periodic ram_translation_cache crashes --- libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.c b/libretro.c index a7255e7..61e4022 100644 --- a/libretro.c +++ b/libretro.c @@ -490,7 +490,7 @@ bool retro_load_game(const struct retro_game_info* info) rom_translation_ptr = rom_translation_cache; ram_translation_ptr = ram_translation_cache; bios_translation_ptr = bios_translation_cache; -#elif defined(VITA) +#elif defined(PSP) || defined(VITA) dynarec_enable = 1; rom_translation_ptr = rom_translation_cache; ram_translation_ptr = ram_translation_cache; -- cgit v1.2.3