Fixed Portable.ini on OS X.

This commit is contained in:
Colby Klein
2012-01-07 16:43:49 -08:00
parent 319d61a4e7
commit 1dc4cbe8b4
+5 -5
View File
@@ -409,6 +409,11 @@ void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
CFRelease( dataPath );
CFRelease( dataUrl );
}
}
void ArchHooks::MountUserFilesystems( const RString &sDirOfExecutable )
{
char dir[PATH_MAX];
// /Save -> ~/Library/Preferences/PRODUCT_ID
PathForFolderType( dir, kPreferencesFolderType );
@@ -435,11 +440,6 @@ void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
FILEMAN->Mount( "dir", ssprintf("%s/" PRODUCT_ID, dir), "/Desktop" );
}
void ArchHooks::MountUserFilesystems( const RString &sDirOfExecutable )
{
// XXX: Fix me.
}
static inline int GetIntValue( CFTypeRef r )
{
int ret;