add DVD, GCA and GCB to UnmountAllDevices

This commit is contained in:
Christopher Roy Bratusek 2012-08-26 11:01:41 +02:00
parent 64cf0b5dad
commit 8767b222f1

View File

@ -630,6 +630,9 @@ void UnmountAllDevices()
{
UnmountPartitions(DEVICE_SD);
UnmountPartitions(DEVICE_USB);
UnMountDVD();
fatUnmount("gca:");
fatUnmount("gcb:");
}
bool GCA_Inserted()