SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 2f002113215a38d06d24f37c0121e4be50998a72 parent b380f71886077d0fdbd279672f518c204cdea488 Author: Lior Halphon <LIJI32@gmail.com> Date: Fri, 9 Sep 2022 00:15:49 +0300 Force the timing info to update on model switch. Fixes #493 Diffstat:
| M | libretro/libretro.c | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/libretro/libretro.c b/libretro/libretro.c @@ -643,6 +643,7 @@ static void init_for_current_model(unsigned id) else { GB_init(&gameboy[i], libretro_to_internal_model[effective_model]); } + geometry_updated = true; GB_set_boot_rom_load_callback(&gameboy[i], boot_rom_load);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.