configuration/config: Add missing screenshot path read

I missed this in my original PR (https://github.com/yuzu-emu/yuzu/pull/1886).
This commit is contained in:
fearlessTobi 2019-09-04 03:08:15 +02:00
parent 50b5bb44a0
commit 952f010c2c

View file

@ -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 =