make remount work
This commit is contained in:
@@ -176,6 +176,7 @@ bool RageFileDriverDirect::Remount( const CString &sPath )
|
||||
root = sPath;
|
||||
if( root.Right(1) != "/" )
|
||||
root += '/';
|
||||
((DirectFilenameDB *) FDB)->SetRoot( sPath );
|
||||
|
||||
/* If the root path doesn't exist, create it. */
|
||||
CreateDirectories( root );
|
||||
|
||||
Reference in New Issue
Block a user