mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
add GCA_Remount/GCB_Remount
This commit is contained in:
parent
8767b222f1
commit
723e6ff023
@ -635,6 +635,12 @@ void UnmountAllDevices()
|
||||
fatUnmount("gcb:");
|
||||
}
|
||||
|
||||
void GCA_ReMount()
|
||||
{
|
||||
fatUnmount("gca:");
|
||||
fatMountSimple("gca", &__io_gcsda);
|
||||
}
|
||||
|
||||
bool GCA_Inserted()
|
||||
{
|
||||
|
||||
@ -662,6 +668,12 @@ void check_gca()
|
||||
}
|
||||
}
|
||||
|
||||
void GCB_ReMount()
|
||||
{
|
||||
fatUnmount("gcb:");
|
||||
fatMountSimple("gcb", &__io_gcsdb);
|
||||
}
|
||||
|
||||
bool GCB_Inserted()
|
||||
{
|
||||
return __io_gcsdb.isInserted();
|
||||
|
@ -40,6 +40,8 @@ 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