diff options
author | lat9nq <lat9nq@virginia.edu> | 2020-07-20 23:03:49 -0400 |
---|---|---|
committer | lat9nq <lat9nq@virginia.edu> | 2020-07-20 23:03:49 -0400 |
commit | 71b902cf622e02341334dcb16d70142503e0d045 (patch) | |
tree | 945a3eeaddc8d002173aa8604ffd40b2613900be /src/yuzu/uisettings.h | |
parent | 3848155c42964cc3fd0b614a8f5cca3159bef31b (diff) |
configuration: Setup UI to config screenshot path and saving
This adds two options to the General -> UI tab. The first disables picking a place to save the file. The second chooses a default directory for saving screenshots.
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 6cc65736d..e82318d50 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; |