1
0
Fork 0

Add patch 3161987 from Jason C. Penney: Add (optional) SoundFont support to midi_coreaudio synth. Added some extra info to dosbox.conf to describe this

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3733
This commit is contained in:
Peter Veenstra 2011-07-21 14:26:16 +00:00
parent 7318abd114
commit b29e06c006
2 changed files with 18 additions and 0 deletions

View file

@ -491,6 +491,7 @@ void DOSBOX_Init(void) {
Pstring = secprop->Add_string("midiconfig",Property::Changeable::WhenIdle,"");
Pstring->Set_help("Special configuration options for the device driver. This is usually the id of the device you want to use.\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"
" See the README/Manual for more details.");