ui_settings: Rename game directory variables

This commit is contained in:
FreddyFunk 2019-04-11 19:55:56 +02:00
parent f58f846f40
commit 9ddb70acb2
5 changed files with 20 additions and 20 deletions

View file

@ -55,8 +55,8 @@ struct Values {
QString roms_path;
QString symbols_path;
QString screenshot_path;
QString gamedir;
bool gamedir_deepscan;
QString game_directory_path;
bool game_directory_deepscan;
QStringList recent_files;
QString theme;