missing line ends and a warning fix
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4331
This commit is contained in:
parent
57bf045cc8
commit
6a1a1eff9c
2 changed files with 4 additions and 3 deletions
|
@ -571,7 +571,8 @@ void DOSBOX_Init(void) {
|
|||
Pstring->Set_help("Device that will receive the MIDI data from MPU-401.");
|
||||
|
||||
Pstring = secprop->Add_string("midiconfig",Property::Changeable::WhenIdle,"");
|
||||
Pstring->Set_help("Special configuration options for the device driver. This is usually the id or part of the name of the device you want to use (find the id/name with mixer/listmidi).\n"
|
||||
Pstring->Set_help("Special configuration options for the device driver. This is usually the id or part of the name of the device you want to use\n"
|
||||
"(find the id/name with mixer/listmidi).\n"
|
||||
"Or in the case of coreaudio, you can specify a soundfont here.\n"
|
||||
"When using a Roland MT-32 rev. 0 as midi output device, some games may require a delay in order to prevent 'buffer overflow' issues.\n"
|
||||
"In that case, add 'delaysysex', for example: midiconfig=2 delaysysex\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue