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])) {
|
||||
GB_switch_model_and_reset(&gameboy[i], libretro_to_internal_model[effective_model]);
|
||||
retro_set_memory_maps();
|
||||
}
|
||||
else {
|
||||
GB_init(&gameboy[i], libretro_to_internal_model[effective_model]);
|
||||
|
Loading…
Reference in New Issue
Block a user