mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
frontend_common: Don't specify default value for screenshot_path
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user