diff --git a/src/frontend_common/config.cpp b/src/frontend_common/config.cpp index eae4fdc8e8..7474cb0f9d 100644 --- a/src/frontend_common/config.cpp +++ b/src/frontend_common/config.cpp @@ -342,8 +342,7 @@ void Config::ReadScreenshotValues() { ReadCategory(Settings::Category::Screenshots); FS::SetYuzuPath(FS::YuzuPath::ScreenshotsDir, - ReadStringSetting(std::string("screenshot_path"), - FS::GetYuzuPathString(FS::YuzuPath::ScreenshotsDir))); + ReadStringSetting(std::string("screenshot_path"))); EndGroup(); }