Rename fix. Save files are now being created

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1400 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2008-12-04 19:34:35 +00:00
parent 6ea10dfa22
commit 42e485ba0b
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ s32 CWII_IPC_HLE_Device_fs::ExecuteCommand(u32 _Parameter, u32 _BufferIn, u32 _B
Offset += 64;
// try to make the basis directory
File::CreateDirectoryStructure(Filename);
File::CreateDirectoryStructure(FilenameRename);
// if there is already a filedelete it
if (File::Exists(FilenameRename.c_str()))