Skip to content

Commit cb19e43

Browse files
committed
Improve the description of the 'ultradir' GUS config setting
1 parent be9a5a4 commit cb19e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hardware/gus.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,8 +1671,8 @@ void init_gus_dosbox_settings(Section_prop &secprop)
16711671
assert(str_prop);
16721672
str_prop->Set_help(
16731673
"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.");
1674+
"In this directory there should be a 'MIDI' directory that contains the patch\n"
1675+
"files for GUS playback.");
16761676

16771677
str_prop = secprop.Add_string("gus_filter", when_idle, "off");
16781678
assert(str_prop);

0 commit comments

Comments
 (0)