diff options
| author | 2018-09-22 01:29:28 -0400 | |
|---|---|---|
| committer | 2018-09-22 01:29:28 -0400 | |
| commit | 2d5f51bb9ba1845785d1b7cd11ef1f510df6d054 (patch) | |
| tree | 77d1481a4cf8381fcc63dc09ef758a45912e6136 | |
| parent | Merge pull request #1383 from DarkLordZach/game-list-interpolation (diff) | |
| parent | Update config.cpp (diff) | |
| download | yuzu-2d5f51bb9ba1845785d1b7cd11ef1f510df6d054.tar.gz yuzu-2d5f51bb9ba1845785d1b7cd11ef1f510df6d054.tar.xz yuzu-2d5f51bb9ba1845785d1b7cd11ef1f510df6d054.zip | |
Merge pull request #1381 from valentinvanelslande/patch-1
yuzu_cmd: fix sd card directory set to nand directory
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 7ec1f5110..a478b0a56 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -120,7 +120,7 @@ void Config::ReadValues() { | |||
| 120 | sdl2_config->Get("Data Storage", "nand_directory", | 120 | sdl2_config->Get("Data Storage", "nand_directory", |
| 121 | FileUtil::GetUserPath(FileUtil::UserPath::NANDDir))); | 121 | FileUtil::GetUserPath(FileUtil::UserPath::NANDDir))); |
| 122 | FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir, | 122 | FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir, |
| 123 | sdl2_config->Get("Data Storage", "nand_directory", | 123 | sdl2_config->Get("Data Storage", "sdmc_directory", |
| 124 | FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir))); | 124 | FileUtil::GetUserPath(FileUtil::UserPath::SDMCDir))); |
| 125 | 125 | ||
| 126 | // System | 126 | // System |