diff options
| author | bunnei <bunneidev@gmail.com> | 2019-04-13 22:06:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-13 22:06:51 -0400 |
| commit | ee3f57649565f8495a7bc1156b485bb9079cc237 (patch) | |
| tree | 111bd78fb9c4e82cec94794f502494d440f7de35 /src/yuzu/ui_settings.h | |
| parent | b42595fa6be5087ccfb581cb15518836b5740cef (diff) | |
| parent | 382722b9c4b64475121a796171ba11bc38c7e9f7 (diff) | |
Merge pull request #2389 from FreddyFunk/rename-gamedir
ui_settings: Rename game directory variables
Diffstat (limited to 'src/yuzu/ui_settings.h')
| -rw-r--r-- | src/yuzu/ui_settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/ui_settings.h b/src/yuzu/ui_settings.h index 45e705b61..dbd318e20 100644 --- a/src/yuzu/ui_settings.h +++ b/src/yuzu/ui_settings.h @@ -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; |
