mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-06 22:59:59 +00:00
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:
parent
50b5bb44a0
commit
952f010c2c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue