We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9a5a4 commit cb19e43Copy full SHA for cb19e43
src/hardware/gus.cpp
@@ -1671,8 +1671,8 @@ void init_gus_dosbox_settings(Section_prop &secprop)
1671
assert(str_prop);
1672
str_prop->Set_help(
1673
"Path to UltraSound directory ('C:\\ULTRASND' by default).\n"
1674
- "In this directory there should be a MIDI directory that contains the patch\n"
1675
- "files for GUS playback. Patch sets used with Timidity should work fine.");
+ "In this directory there should be a 'MIDI' directory that contains the patch\n"
+ "files for GUS playback.");
1676
1677
str_prop = secprop.Add_string("gus_filter", when_idle, "off");
1678
0 commit comments