Xbox : Correct the path correction routine. We are now back.
This commit is contained in:
@@ -271,7 +271,7 @@ RageFileObjDirect::~RageFileObjDirect()
|
||||
CString sNewPath = m_sPath;
|
||||
|
||||
#if defined(WIN32)
|
||||
if( WinMoveFile(sOldPath, sNewPath) )
|
||||
if( WinMoveFile(DoPathReplace(sOldPath), DoPathReplace(sNewPath)) )
|
||||
return;
|
||||
|
||||
/* We failed. */
|
||||
|
||||
Reference in New Issue
Block a user