Devbranch OPL4-ML daughterboard emulation (part 3)

This commit is contained in:
Cacodemon345
2024-02-14 02:58:31 +06:00
committed by GitHub
parent c81c04a2a9
commit c7c0567606

View File

@@ -100,7 +100,9 @@ static const MIDI_OUT_DEVICE devices[] = {
#ifdef USE_RTMIDI
{ &rtmidi_output_device },
#endif
#if defined(DEV_BRANCH) && defined(USE_OPL4ML)
{ &opl4_midi_device },
#endif
{ NULL }
// clang-format on
};