move writable folders to "title's persistent data region".
that allows to launch stepmania from dvd
This commit is contained in:
@@ -160,6 +160,12 @@ ArchHooks_Xbox::~ArchHooks_Xbox()
|
|||||||
void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
|
void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
|
||||||
{
|
{
|
||||||
FILEMAN->Mount( "dir", "D:\\", "/" );
|
FILEMAN->Mount( "dir", "D:\\", "/" );
|
||||||
|
|
||||||
|
// Mount everything game-writable (not counting the editor) to the game title persistent data region ( /E/TDATA/33342530/ )
|
||||||
|
FILEMAN->Mount( "dir", "T:/Cache", "/Cache" );
|
||||||
|
FILEMAN->Mount( "dir", "T:/Logs", "/Logs" );
|
||||||
|
FILEMAN->Mount( "dir", "T:/Save", "/Save" );
|
||||||
|
FILEMAN->Mount( "dir", "T:/Screenshots", "/Screenshots" );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user