mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Move global gameinis from User to Sys. Get rid of SHARED_USER.
This commit is contained in:
parent
86e765f3eb
commit
aa202c2e21
1529 changed files with 5 additions and 12 deletions
|
@ -254,8 +254,8 @@ bool DolphinApp::OnInit()
|
|||
File::GetUserPath(D_WIIUSER_IDX));
|
||||
|
||||
// TODO: replace these with overlays
|
||||
File::CopyDir(std::string(SHARED_USER_DIR GAMECONFIG_DIR DIR_SEP),
|
||||
File::GetUserPath(D_GAMECONFIG_IDX));
|
||||
File::CopyDir(std::string(File::GetSysDirectory() + GAMECONFIG_DIR DIR_SEP),
|
||||
File::GetUserPath(D_GAMECONFIG_IDX));
|
||||
|
||||
File::CreateFullPath(File::GetUserPath(D_USER_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_CACHE_IDX));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue