diff options
| author | 2019-09-03 22:31:32 -0400 | |
|---|---|---|
| committer | 2019-09-03 22:31:32 -0400 | |
| commit | 7397289266511cd7fff349a080568a9061f477f8 (patch) | |
| tree | dd0e6710c27affcec5ff707a95fa57a7f4884389 /src | |
| parent | Merge pull request #2765 from FernandoS27/dma-fix (diff) | |
| parent | configuration/config: Add missing screenshot path read (diff) | |
| download | yuzu-7397289266511cd7fff349a080568a9061f477f8.tar.gz yuzu-7397289266511cd7fff349a080568a9061f477f8.tar.xz yuzu-7397289266511cd7fff349a080568a9061f477f8.zip | |
Merge pull request #2832 from FearlessTobi/im-an-idiot
configuration/config: Add missing screenshot path read
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() { | |||
| 516 | 516 | ||
| 517 | UISettings::values.roms_path = ReadSetting(QStringLiteral("romsPath")).toString(); | 517 | UISettings::values.roms_path = ReadSetting(QStringLiteral("romsPath")).toString(); |
| 518 | UISettings::values.symbols_path = ReadSetting(QStringLiteral("symbolsPath")).toString(); | 518 | UISettings::values.symbols_path = ReadSetting(QStringLiteral("symbolsPath")).toString(); |
| 519 | UISettings::values.screenshot_path = ReadSetting(QStringLiteral("screenshotPath")).toString(); | ||
| 519 | UISettings::values.game_directory_path = | 520 | UISettings::values.game_directory_path = |
| 520 | ReadSetting(QStringLiteral("gameListRootDir"), QStringLiteral(".")).toString(); | 521 | ReadSetting(QStringLiteral("gameListRootDir"), QStringLiteral(".")).toString(); |
| 521 | UISettings::values.game_directory_deepscan = | 522 | UISettings::values.game_directory_deepscan = |