mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2025-01-12 17:19:14 +01:00
Revert "add GCA_Remount/GCB_Remount"
This reverts commit 723e6ff0233db6ae74ef0125a1fbed469532e80e.
This commit is contained in:
parent
4ba92077cf
commit
b34091c6f4
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user