Force the timing info to update on model switch. Fixes #493

This commit is contained in:
Lior Halphon 2022-09-09 00:15:49 +03:00
parent b380f71886
commit 2f00211321
1 changed files with 1 additions and 0 deletions

View File

@ -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);