RageFileManager::Remount

This commit is contained in:
Glenn Maynard
2005-01-27 03:43:55 +00:00
parent 6e644f3d77
commit 67d5bfd6d5
5 changed files with 39 additions and 7 deletions
+5
View File
@@ -34,6 +34,11 @@ public:
void Mount( CString Type, CString RealPath, CString MountPoint );
void Unmount( CString Type, CString Root, CString MountPoint );
/* Change the root of a filesystem. Only a couple drivers support this; it's
* used to change memory card mountpoints without having to actually unmount
* the driver. */
static void Remount( CString sMountpoint, CString sPath );
bool IsMounted( CString MountPoint );
bool MountpointIsReady( CString MountPoint );
struct DriverLocation