mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-17 16:21:28 -06:00
lime: Help text now omits references to the SDL frontend if disabled
This commit is contained in:
parent
43c93cccb0
commit
8bbf18f56b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user