mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Fix CMemoryCardSys shutdown crash
This commit is contained in:
@@ -585,4 +585,10 @@ void CMemoryCardSys::CommitToDisk(kabufuda::ECardSlot port)
|
||||
card.commit();
|
||||
}
|
||||
|
||||
void CMemoryCardSys::Shutdown()
|
||||
{
|
||||
UnmountCard(kabufuda::ECardSlot::SlotA);
|
||||
UnmountCard(kabufuda::ECardSlot::SlotB);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user