Changed help text to explain that -sound-volume and -music-volume only take effect when DSB is present

This commit is contained in:
Bart Trzynadlowski 2016-04-05 04:31:39 +00:00
parent 22907b033f
commit e08b754140

View file

@ -1407,8 +1407,9 @@ static void Help(void)
puts(" -print-gl-info Print OpenGL driver information and quit");
puts("");
puts("Audio Options:");
puts(" -sound-volume=<vol> Volume of sound effects in % [Default: 100]");
puts(" -music-volume=<vol> Volume of MPEG music in % [Default: 100]");
puts(" -sound-volume=<vol> Volume of SCSP-generated sound in %, applies only");
puts(" when Digital Sound Board is present [Default: 100]");
puts(" -music-volume=<vol> Digital Sound Board volume in % [Default: 100]");
puts(" -balance=<bal> Relative front/rear balance in % [Default: 0]");
puts(" -flip-stereo Swap left and right audio channels");
puts(" -no-sound Disable sound board emulation (sound effects)");