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/main.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/main.h')
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 4e37f6a2d..d560bf75b 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -128,6 +128,8 @@ private: void ShowTelemetryCallout(); void SetDiscordEnabled(bool state); + void SelectAndSetCurrentUser(); + /** * Stores the filename in the recently loaded files list. * The new filename is stored at the beginning of the recently loaded files list. |