diff options
Diffstat (limited to 'src/frontend_common/config.cpp')
| -rw-r--r-- | src/frontend_common/config.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frontend_common/config.cpp b/src/frontend_common/config.cpp index eae4fdc8e..7474cb0f9 100644 --- a/src/frontend_common/config.cpp +++ b/src/frontend_common/config.cpp | |||
| @@ -342,8 +342,7 @@ void Config::ReadScreenshotValues() { | |||
| 342 | 342 | ||
| 343 | ReadCategory(Settings::Category::Screenshots); | 343 | ReadCategory(Settings::Category::Screenshots); |
| 344 | FS::SetYuzuPath(FS::YuzuPath::ScreenshotsDir, | 344 | FS::SetYuzuPath(FS::YuzuPath::ScreenshotsDir, |
| 345 | ReadStringSetting(std::string("screenshot_path"), | 345 | ReadStringSetting(std::string("screenshot_path"))); |
| 346 | FS::GetYuzuPathString(FS::YuzuPath::ScreenshotsDir))); | ||
| 347 | 346 | ||
| 348 | EndGroup(); | 347 | EndGroup(); |
| 349 | } | 348 | } |