Fix copying Sys/Wii to User/Wii on startup.

Fixes issue 6621.
This commit is contained in:
Rachel Bryk 2013-09-21 00:34:19 -04:00
parent d334a9bc23
commit d2c3222fcc
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ bool DolphinApp::OnInit()
#endif
// Copy initial Wii NAND data from Sys to User.
File::CopyDir(File::GetSysDirectory() + WII_USER_DIR,
File::CopyDir(File::GetSysDirectory() + WII_USER_DIR DIR_SEP,
File::GetUserPath(D_WIIUSER_IDX));
File::CreateFullPath(File::GetUserPath(D_USER_IDX));