We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68b777 commit 674dd1cCopy full SHA for 674dd1c
src/args.cpp
@@ -705,6 +705,9 @@ void ConsolePlayer::displayArgs (const char *arg)
705
<< " --fcurve=<num>|auto Controls the filter curve in the ReSIDfp emulation (0.0 to 1.0, default: 0.5)" << endl
706
#ifdef FEAT_FILTER_RANGE
707
<< " --frange=<num>|auto Controls the filter range in the ReSIDfp emulation (0.0 to 1.0, default: 0.5)" << endl
708
+#endif
709
+#ifdef FEAT_CW_STRENGTH
710
+ << " -cw<w|a|s> Set the strength of combined waveforms, w(eak), a(verage) or s(trong)" << endl
711
#endif
712
<< " -w[name] create wav file (default: <datafile>[n].wav)" << endl
713
<< " --au[name] create au file (default: <datafile>[n].au)" << endl
0 commit comments