From bf4672fb2bf993b5b541fcb814d24371199a9f96 Mon Sep 17 00:00:00 2001 From: DarkC <38973046+DarkC35@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:00:36 +0200 Subject: [PATCH] Qt: Add missing bigpicture parameter to help text --- pcsx2-qt/QtHost.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2-qt/QtHost.cpp b/pcsx2-qt/QtHost.cpp index 9c27c44986..5729b20578 100644 --- a/pcsx2-qt/QtHost.cpp +++ b/pcsx2-qt/QtHost.cpp @@ -1539,6 +1539,7 @@ void QtHost::PrintCommandLineHelp(const std::string_view& progname) std::fprintf(stderr, " -statefile : Loads state from the specified filename.\n"); std::fprintf(stderr, " -fullscreen: Enters fullscreen mode immediately after starting.\n"); std::fprintf(stderr, " -nofullscreen: Prevents fullscreen mode from triggering if enabled.\n"); + std::fprintf(stderr, " -bigpicture: Forces PCSX2 to use the Big Picture mode (useful for controller-only and couch play).\n"); std::fprintf(stderr, " -earlyconsolelog: Forces logging of early console messages to console.\n"); std::fprintf(stderr, " -testconfig: Initializes configuration and checks version, then exits.\n"); std::fprintf(stderr, " -debugger: Open debugger and break on entry point.\n");