diff options
| author | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2008-12-04 19:34:35 +0000 |
|---|---|---|
| committer | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2008-12-04 19:34:35 +0000 |
| commit | 42e485ba0bb660615ef7892b3cb428afc09ac064 (patch) | |
| tree | 5af5013ac11073bf988c3525527f553850b4526e /Source | |
| parent | 6ea10dfa22aaad71ee1f1ac0367414c107179488 (diff) | |
Rename fix. Save files are now being created
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1400 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp index 4177641d1e..86be950cfa 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp @@ -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()))
|
