mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
add DVD, GCA and GCB to UnmountAllDevices
This commit is contained in:
parent
64cf0b5dad
commit
8767b222f1
@ -630,6 +630,9 @@ void UnmountAllDevices()
|
||||
{
|
||||
UnmountPartitions(DEVICE_SD);
|
||||
UnmountPartitions(DEVICE_USB);
|
||||
UnMountDVD();
|
||||
fatUnmount("gca:");
|
||||
fatUnmount("gcb:");
|
||||
}
|
||||
|
||||
bool GCA_Inserted()
|
||||
|
Loading…
Reference in New Issue
Block a user