ui_settings: Rename game directory variables

This commit is contained in:
FreddyFunk
2019-04-11 19:55:56 +02:00
parent 97648f4841
commit dffa1a872a
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;