Browse Source

Merge pull request #2832 from FearlessTobi/im-an-idiot

configuration/config: Add missing screenshot path read
pull/15/merge
bunnei 6 years ago
committed by GitHub
parent
commit
7397289266
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/yuzu/configuration/config.cpp

1
src/yuzu/configuration/config.cpp

@ -516,6 +516,7 @@ void Config::ReadPathValues() {
UISettings::values.roms_path = ReadSetting(QStringLiteral("romsPath")).toString();
UISettings::values.symbols_path = ReadSetting(QStringLiteral("symbolsPath")).toString();
UISettings::values.screenshot_path = ReadSetting(QStringLiteral("screenshotPath")).toString();
UISettings::values.game_directory_path =
ReadSetting(QStringLiteral("gameListRootDir"), QStringLiteral(".")).toString();
UISettings::values.game_directory_deepscan =

Loading…
Cancel
Save