mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 18:28:51 +01:00
Fix periodic ram_translation_cache crashes
This commit is contained in:
parent
4d6846b4b7
commit
59c4f7f5c7
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user