Correction based on recent code.
This commit is contained in:
@@ -157,7 +157,7 @@ ArchHooks_Xbox::~ArchHooks_Xbox()
|
|||||||
|
|
||||||
#include "RageFileManager.h"
|
#include "RageFileManager.h"
|
||||||
|
|
||||||
void ArchHooks_Xbox::MountInitialFilesystems( const RString &sDirOfExecutable )
|
void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
|
||||||
{
|
{
|
||||||
FILEMAN->Mount( "dir", "D:\\", "/" );
|
FILEMAN->Mount( "dir", "D:\\", "/" );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ public:
|
|||||||
ArchHooks_Xbox();
|
ArchHooks_Xbox();
|
||||||
~ArchHooks_Xbox();
|
~ArchHooks_Xbox();
|
||||||
|
|
||||||
void MountInitialFilesystems( const RString &sDirOfExecutable );
|
//void MountInitialFilesystems( const RString &sDirOfExecutable );
|
||||||
};
|
};
|
||||||
|
|
||||||
// Read a 64 bit MSR register
|
// Read a 64 bit MSR register
|
||||||
|
|||||||
Reference in New Issue
Block a user