mirror of https://github.com/LIJI32/SameBoy.git
Force the timing info to update on model switch. Fixes #493
This commit is contained in:
parent
b380f71886
commit
2f00211321
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue