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:
parent
6ea10dfa22
commit
42e485ba0b
|
@ -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()))
|
||||
|
|
Loading…
Reference in New Issue