Fix RetroAchievements support (Closes #448)
This commit is contained in:
parent
b31bd58642
commit
019f262531
@ -540,6 +540,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
Block a user