Browse Source

config: Read the entire screenshots category

nce_cpp
lat9nq 2 years ago
parent
commit
cb5231b2ba
  1. 3
      src/yuzu/configuration/config.cpp

3
src/yuzu/configuration/config.cpp

@ -592,8 +592,7 @@ void Config::ReadRendererValues() {
void Config::ReadScreenshotValues() {
qt_config->beginGroup(QStringLiteral("Screenshots"));
UISettings::values.enable_screenshot_save_as =
ReadSetting(QStringLiteral("enable_screenshot_save_as"), true).toBool();
ReadCategory(Settings::Category::Screenshots);
FS::SetYuzuPath(
FS::YuzuPath::ScreenshotsDir,
qt_config

Loading…
Cancel
Save