Update config.cpp
This commit is contained in:
parent
4f186de069
commit
19d9b0778a
|
@ -120,7 +120,7 @@ void Config::ReadValues() {
|
||||||
sdl2_config->Get("Data Storage", "nand_directory",
|
sdl2_config->Get("Data Storage", "nand_directory",
|
||||||
FileUtil::GetUserPath(FileUtil::UserPath::NANDDir)));
|
FileUtil::GetUserPath(FileUtil::UserPath::NANDDir)));
|
||||||
FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir,
|
FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir,
|
||||||
sdl2_config->Get("Data Storage", "nand_directory",
|
sdl2_config->Get("Data Storage", "sdmc_directory",
|
||||||
FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir)));
|
FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir)));
|
||||||
|
|
||||||
// System
|
// System
|
||||||
|
|
Reference in New Issue