From b34091c6f4bd0b9df66d961f00c88de31c3b61e5 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 26 Aug 2012 11:28:10 +0200 Subject: [PATCH] Revert "add GCA_Remount/GCB_Remount" This reverts commit 723e6ff0233db6ae74ef0125a1fbed469532e80e. --- main/source/Tools/fileop.cpp | 12 ------------ main/source/Tools/fileop.h | 2 -- 2 files changed, 14 deletions(-) diff --git a/main/source/Tools/fileop.cpp b/main/source/Tools/fileop.cpp index 84de83f..e51d56c 100644 --- a/main/source/Tools/fileop.cpp +++ b/main/source/Tools/fileop.cpp @@ -635,12 +635,6 @@ void UnmountAllDevices() fatUnmount("gcb:"); } -void GCA_ReMount() -{ - fatUnmount("gca:"); - fatMountSimple("gca", &__io_gcsda); -} - bool GCA_Inserted() { @@ -668,12 +662,6 @@ void check_gca() } } -void GCB_ReMount() -{ - fatUnmount("gcb:"); - fatMountSimple("gcb", &__io_gcsdb); -} - bool GCB_Inserted() { return __io_gcsdb.isInserted(); diff --git a/main/source/Tools/fileop.h b/main/source/Tools/fileop.h index 687f0d9..224b070 100644 --- a/main/source/Tools/fileop.h +++ b/main/source/Tools/fileop.h @@ -40,8 +40,6 @@ void UnMountDVD(); bool DVD_Inserted(); void check_dvd(); -void GCA_Remount(); -void GCB_Remount(); bool GCA_Inserted(); bool GCB_Inserted(); void check_gca();