From 4d61ac08aa0a5a65512f92a52b7a986080b20f74 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Tue, 25 Dec 2018 10:42:02 -0500 Subject: qt: Add setting to prompt for user on game boot Using the QtProfileSelectorDialog, this implementation is trivial. This mimics the real switch behavior of asking which user on every game boot, but it is default disabled as that might get inconvenient. --- src/yuzu/ui_settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/yuzu/ui_settings.h') 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; -- cgit v1.2.3