Explorar el Código

frontend_common: Don't specify default value for screenshot_path

t895 hace 2 años
padre
commit
dda187d300
Se han modificado 1 ficheros con 1 adiciones y 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();
 }