diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2020-08-03 21:00:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 21:00:14 +1000 |
commit | 6c7292de33702aababf60acbc58128bd060f81ab (patch) | |
tree | 668e2d0365852682609764f5ebff600848ef7246 /src/yuzu/uisettings.h | |
parent | 0ca42c806fac7280a14958f28cc0286beb6bc351 (diff) | |
parent | 156bf5b2976b9df3451a06ca32092c252c6f039f (diff) |
Merge pull request #4263 from lat9nq/fix-screencaps-2
screenshots: Option to save screenshots immediately in a specified directory + Linux workaround
Diffstat (limited to 'src/yuzu/uisettings.h')
-rw-r--r-- | src/yuzu/uisettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index ac7b9aef6..bbfeafc55 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h @@ -66,11 +66,11 @@ struct Values { // Discord RPC bool enable_discord_presence; + bool enable_screenshot_save_as; u16 screenshot_resolution_factor; QString roms_path; QString symbols_path; - QString screenshot_path; QString game_dir_deprecated; bool game_dir_deprecated_deepscan; QVector<UISettings::GameDir> game_dirs; |