Valentin Vanelslande
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu_cmd/config.cpp
|
|
|
@ -120,7 +120,7 @@ void Config::ReadValues() { |
|
|
|
sdl2_config->Get("Data Storage", "nand_directory", |
|
|
|
FileUtil::GetUserPath(FileUtil::UserPath::NANDDir))); |
|
|
|
FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir, |
|
|
|
sdl2_config->Get("Data Storage", "nand_directory", |
|
|
|
sdl2_config->Get("Data Storage", "sdmc_directory", |
|
|
|
FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir))); |
|
|
|
|
|
|
|
// System
|
|
|
|
|