Improve fix for #1428

This commit is contained in:
tomcw
2025-09-13 19:00:55 +01:00
parent fe48cfcf41
commit 9108722c9b
2 changed files with 6 additions and 6 deletions
+1 -6
View File
@@ -368,12 +368,7 @@ void SetExpansionMemType(const SS_CARDTYPE type, bool updateRegistry/*=true*/)
}
GetCardMgr().Insert(SLOT0, newSlot0Card);
if (IsAppleIIeOrAbove(GetApple2Type()))
{
// Only update aux slot if a //e or above (GH#1428)
// ...otherwise we'll lose the card in the aux slot when switching //e -> II+ -> //e
GetCardMgr().InsertAux(newSlotAuxCard, updateRegistry);
}
GetCardMgr().InsertAux(newSlotAuxCard, updateRegistry);
}
void CreateLanguageCard(void)