Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Main: Create BIOS subdirs of GC userdir on load
So that users don't get confused about where to place the BIOS files
  • Loading branch information
magcius committed Aug 11, 2013
1 parent d072998 commit 22b3c26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/DolphinWX/Src/Main.cpp
Expand Up @@ -263,6 +263,9 @@ bool DolphinApp::OnInit()
File::CreateFullPath(File::GetUserPath(D_SCREENSHOTS_IDX));
File::CreateFullPath(File::GetUserPath(D_STATESAVES_IDX));
File::CreateFullPath(File::GetUserPath(D_MAILLOGS_IDX));
File::CreateFullPath(File::GetUserPath(D_GCUSER_IDX) + DIR_SEP USA_DIR);
File::CreateFullPath(File::GetUserPath(D_GCUSER_IDX) + DIR_SEP EUR_DIR);
File::CreateFullPath(File::GetUserPath(D_GCUSER_IDX) + DIR_SEP JAP_DIR);

LogManager::Init();
SConfig::Init();
Expand Down

0 comments on commit 22b3c26

Please sign in to comment.