mapper accepts handlers again
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2341
This commit is contained in:
parent
8d901f6982
commit
5f47d64ea7
1 changed files with 1 additions and 2 deletions
|
@ -240,8 +240,7 @@ public:
|
|||
const char * conf=section->Get_string("config");
|
||||
/* If device = "default" go for first handler that works */
|
||||
MidiHandler * handler;
|
||||
//TODO!!!!!!!!!!!!!!!
|
||||
// MAPPER_AddHandler(MIDI_SaveRawEvent,MK_f8,MMOD1|MMOD2,"caprawmidi","Cap MIDI");
|
||||
MAPPER_AddHandler(MIDI_SaveRawEvent,MK_f8,MMOD1|MMOD2,"caprawmidi","Cap MIDI");
|
||||
midi.status=0x00;
|
||||
midi.cmd_pos=0;
|
||||
midi.cmd_len=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue