1
0
Fork 0

Add option to delay sysex processing for sensitive real midi devices. Patch 3159289 from jczorkmid and rcblanke (slightly modified).

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3687
This commit is contained in:
Peter Veenstra 2011-03-23 08:55:07 +00:00
parent 19517f7ac5
commit 63bcf1d2ed
2 changed files with 41 additions and 4 deletions

View file

@ -480,6 +480,8 @@ 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"
" 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.");
#if C_DEBUG