Merge pull request #4263 from lat9nq/fix-screencaps-2

screenshots: Option to save screenshots immediately in a specified directory + Linux workaround
This commit is contained in:
David
2020-08-03 21:00:14 +10:00
committed by GitHub
9 changed files with 120 additions and 14 deletions

View File

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