SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 019f26253191a65a9ebb0e347564794ccbc52c58 parent b31bd586427d486d556a0977084c0d0ab4f64089 Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 10 Apr 2022 11:24:42 +0300 Fix RetroAchievements support (Closes #448) Diffstat:
| M | libretro/libretro.c | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/libretro/libretro.c b/libretro/libretro.c @@ -540,6 +540,7 @@ static void init_for_current_model(unsigned id) if (GB_is_inited(&gameboy[i])) { GB_switch_model_and_reset(&gameboy[i], libretro_to_internal_model[effective_model]); + retro_set_memory_maps(); } else { GB_init(&gameboy[i], libretro_to_internal_model[effective_model]);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.