Cards: remove special call to InitializeIO() for Disk and Harddisk. (PR #1061)

This commit is contained in:
Andrea
2022-03-13 15:45:43 +00:00
committed by GitHub
parent be846efc83
commit 231e6c6d64
4 changed files with 3 additions and 14 deletions
+1
View File
@@ -160,6 +160,7 @@ void CardManager::RemoveInternal(UINT slot)
break;
}
UnregisterIoHandler(slot);
delete m_slot[slot];
m_slot[slot] = NULL;
}