mirror of https://github.com/LIJI32/SameBoy.git
commit
5cc014b23a
|
@ -426,6 +426,7 @@ static void init_for_current_model(unsigned id)
|
||||||
|
|
||||||
if (GB_is_inited(&gameboy[i])) {
|
if (GB_is_inited(&gameboy[i])) {
|
||||||
GB_switch_model_and_reset(&gameboy[i], libretro_to_internal_model[effective_model]);
|
GB_switch_model_and_reset(&gameboy[i], libretro_to_internal_model[effective_model]);
|
||||||
|
retro_set_memory_maps();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
GB_init(&gameboy[i], libretro_to_internal_model[effective_model]);
|
GB_init(&gameboy[i], libretro_to_internal_model[effective_model]);
|
||||||
|
|
Loading…
Reference in New Issue