Browse Source

frontend_common: Don't specify default value for screenshot_path

nce_cpp
t895 2 years ago
parent
commit
ee2429c06c
  1. 3
      src/frontend_common/config.cpp

3
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();
}

Loading…
Cancel
Save