mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-23 04:12:40 +01:00
Fix periodic ram_translation_cache crashes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user