mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 23:16:39 +00:00
Mousecard: fix persisting card in slot-4 after a VM restart. (Fixes #993)
This commit is contained in:
@@ -137,9 +137,9 @@ void CardManager::RemoveInternal(UINT slot)
|
||||
m_slot[slot] = NULL;
|
||||
}
|
||||
|
||||
void CardManager::Remove(UINT slot)
|
||||
void CardManager::Remove(UINT slot, bool updateRegistry/*=true*/)
|
||||
{
|
||||
Insert(slot, CT_Empty);
|
||||
Insert(slot, CT_Empty, updateRegistry);
|
||||
}
|
||||
|
||||
void CardManager::InsertAuxInternal(SS_CARDTYPE type)
|
||||
|
||||
Reference in New Issue
Block a user