frontend_common: Don't specify default value for screenshot_path

This commit is contained in:
t895 2023-11-23 00:36:45 -05:00
parent c7e3a53f33
commit ee2429c06c

View file

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