diff options
author | bunnei <bunneidev@gmail.com> | 2019-01-02 21:05:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 21:05:27 -0500 |
commit | a6aa710b841ba4b24620301e30b75e573f70f4a9 (patch) | |
tree | 74dbff5612e489c9a438fafe199d4c5b522687f5 /src/yuzu/ui_settings.h | |
parent | 11f990975c4e7fc8d34480703bdba28d650e56cb (diff) | |
parent | 4d61ac08aa0a5a65512f92a52b7a986080b20f74 (diff) |
Merge pull request #1942 from DarkLordZach/profile-select-game-boot
qt: Add setting to prompt for user on game boot
Diffstat (limited to 'src/yuzu/ui_settings.h')
-rw-r--r-- | src/yuzu/ui_settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/ui_settings.h b/src/yuzu/ui_settings.h index 58ba240fd..82aaeedb0 100644 --- a/src/yuzu/ui_settings.h +++ b/src/yuzu/ui_settings.h @@ -40,6 +40,8 @@ struct Values { bool confirm_before_closing; bool first_start; + bool select_user_on_boot; + // Discord RPC bool enable_discord_presence; |