Skip to content

Commit

Permalink
lime: Help text now omits references to the SDL frontend if disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSauce04 committed Oct 30, 2024
1 parent 43c93cc commit 8bbf18f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/lime/common_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ constexpr char help_string[] =
"-r, --movie-record [path] Record a TAS movie to the given file path\n"
"-a, --movie-record-author [author] Set the author for the recorded TAS movie (to be used "
"alongside --movie-record)\n"
#ifdef ENABLE_SDL2_FRONTEND
"-n, --no-gui Use the lightweight SDL frontend instead of the usual Qt "
"frontend\n"
// TODO: Move -m outside of this check when it is implemented in Qt frontend
"-m, --multiplayer [nick:password@address:port] Nickname, password, address and port for "
"multiplayer\n"
"multiplayer (currently only usable with SDL frontend)\n"
#endif
"-v, --version Output version information and exit\n"
"-w, --windowed Start in windowed mode";

}
} // namespace Common

0 comments on commit 8bbf18f

Please sign in to comment.