mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 03:35:26 +00:00
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;
|
Offset += 64;
|
||||||
|
|
||||||
// try to make the basis directory
|
// try to make the basis directory
|
||||||
File::CreateDirectoryStructure(Filename);
|
File::CreateDirectoryStructure(FilenameRename);
|
||||||
|
|
||||||
// if there is already a filedelete it
|
// if there is already a filedelete it
|
||||||
if (File::Exists(FilenameRename.c_str()))
|
if (File::Exists(FilenameRename.c_str()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user