mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 23:25:40 +00:00
Added note to command line options indicating that force feedback is experimental still
This commit is contained in:
parent
dc368c1edd
commit
b0bda2c356
|
@ -1173,7 +1173,7 @@ static void Help(void)
|
||||||
#ifdef SUPERMODEL_WIN32
|
#ifdef SUPERMODEL_WIN32
|
||||||
puts(" -input-system=<s> Set input system [Default: SDL]");
|
puts(" -input-system=<s> Set input system [Default: SDL]");
|
||||||
#endif
|
#endif
|
||||||
puts(" -force-feedback Enable force feedback (DirectInput, XInput)");
|
puts(" -force-feedback Enable force feedback (DirectInput, XInput) [EXPERIMENTAL]");
|
||||||
puts(" -print-inputs Prints current input configuration");
|
puts(" -print-inputs Prints current input configuration");
|
||||||
puts(" -config-inputs Configure inputs for keyboards, mice, and joysticks");
|
puts(" -config-inputs Configure inputs for keyboards, mice, and joysticks");
|
||||||
puts("");
|
puts("");
|
||||||
|
|
Loading…
Reference in a new issue