summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-19 09:33:25 -0500
committerGitHub <noreply@github.com>2024-01-19 09:33:25 -0500
commita8c552e261149779018556acbec298489763642f (patch)
treef6944af6cd822c4be8b9186fcec7028931e213c3 /src/yuzu/main.h
parent932bd988243626a673abfffba6d9efd65e0b2a96 (diff)
parent6536d29c61d08c1225d8c229632fd6c5ccb07933 (diff)
Merge pull request #12695 from anpilley/user-arguments-v2
Allow -u to accept a username string in addition to index
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 366e806d5..f3276da64 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -523,6 +523,8 @@ private:
std::unique_ptr<EmuThread> emu_thread;
// The path to the game currently running
QString current_game_path;
+ // Whether a user was set on the command line (skips UserSelector if it's forced to show up)
+ bool user_flag_cmd_line = false;
bool auto_paused = false;
bool auto_muted = false;