From 8767b222f1874f9e14e63267f7a018800dda452b Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 26 Aug 2012 11:01:41 +0200 Subject: [PATCH] add DVD, GCA and GCB to UnmountAllDevices --- main/source/Tools/fileop.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/source/Tools/fileop.cpp b/main/source/Tools/fileop.cpp index d241f5d..e51d56c 100644 --- a/main/source/Tools/fileop.cpp +++ b/main/source/Tools/fileop.cpp @@ -630,6 +630,9 @@ void UnmountAllDevices() { UnmountPartitions(DEVICE_SD); UnmountPartitions(DEVICE_USB); + UnMountDVD(); + fatUnmount("gca:"); + fatUnmount("gcb:"); } bool GCA_Inserted()