mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 20:35:42 +01: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
@ -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 New Issue
Block a user