Devbranch OPL4-ML daughterboard emulation (part 3)
This commit is contained in:
@@ -100,7 +100,9 @@ static const MIDI_OUT_DEVICE devices[] = {
|
|||||||
#ifdef USE_RTMIDI
|
#ifdef USE_RTMIDI
|
||||||
{ &rtmidi_output_device },
|
{ &rtmidi_output_device },
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(DEV_BRANCH) && defined(USE_OPL4ML)
|
||||||
{ &opl4_midi_device },
|
{ &opl4_midi_device },
|
||||||
|
#endif
|
||||||
{ NULL }
|
{ NULL }
|
||||||
// clang-format on
|
// clang-format on
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user