Explorar o código

configuration/config: Add missing screenshot path read

I missed this in my original PR (https://github.com/yuzu-emu/yuzu/pull/1886).
fearlessTobi %!s(int64=6) %!d(string=hai) anos
pai
achega
952f010c2c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/yuzu/configuration/config.cpp

+ 1 - 0
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 =