From b0bda2c35698540a8accac191e2f57dd4952593f Mon Sep 17 00:00:00 2001 From: Nik Henson Date: Mon, 12 Sep 2011 20:08:50 +0000 Subject: [PATCH] Added note to command line options indicating that force feedback is experimental still --- Src/OSD/SDL/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/OSD/SDL/Main.cpp b/Src/OSD/SDL/Main.cpp index 3acae72..42eb01f 100644 --- a/Src/OSD/SDL/Main.cpp +++ b/Src/OSD/SDL/Main.cpp @@ -1173,7 +1173,7 @@ static void Help(void) #ifdef SUPERMODEL_WIN32 puts(" -input-system= Set input system [Default: SDL]"); #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(" -config-inputs Configure inputs for keyboards, mice, and joysticks"); puts("");