mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
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…
Reference in New Issue
Block a user