diff options
author | fearlessTobi <thm.frey@gmail.com> | 2019-09-04 03:08:15 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2019-09-04 03:08:15 +0200 |
commit | 952f010c2cf829919781f03c9752acc8e9f8ef8f (patch) | |
tree | dd0e6710c27affcec5ff707a95fa57a7f4884389 /src | |
parent | Merge pull request #2765 from FernandoS27/dma-fix (diff) | |
download | yuzu-952f010c2cf829919781f03c9752acc8e9f8ef8f.tar yuzu-952f010c2cf829919781f03c9752acc8e9f8ef8f.tar.gz yuzu-952f010c2cf829919781f03c9752acc8e9f8ef8f.tar.bz2 yuzu-952f010c2cf829919781f03c9752acc8e9f8ef8f.tar.lz yuzu-952f010c2cf829919781f03c9752acc8e9f8ef8f.tar.xz yuzu-952f010c2cf829919781f03c9752acc8e9f8ef8f.tar.zst yuzu-952f010c2cf829919781f03c9752acc8e9f8ef8f.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/configuration/config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/config.cpp b/src/yuzu/configuration/config.cpp index 5d0fb3f9f..0456248ac 100644 --- a/src/yuzu/configuration/config.cpp +++ b/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 = |