Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copying Sys/Wii to User/Wii on startup.
Fixes issue 6621.
  • Loading branch information
RachelBryk committed Sep 21, 2013
1 parent d334a9b commit d2c3222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/Main.cpp
Expand Up @@ -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));
Expand Down

0 comments on commit d2c3222

Please sign in to comment.