Explorar o código

frontend_common: Don't specify default value for screenshot_path

t895 %!s(int64=2) %!d(string=hai) anos
pai
achega
dda187d300
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/frontend_common/config.cpp

+ 1 - 2
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();
 }