Improve the OPL4-ML devbranching

This commit is contained in:
Alexander Babikov
2024-02-14 14:19:35 +05:00
parent be27b6b6b2
commit 0ecbc24763
2 changed files with 3 additions and 1 deletions

View File

@@ -102,7 +102,9 @@ extern void midi_in_sysex(uint8_t *buffer, uint32_t len);
#ifdef EMU_DEVICE_H
extern const device_t rtmidi_output_device;
extern const device_t rtmidi_input_device;
# if defined(DEV_BRANCH) && defined(USE_OPL4ML)
extern const device_t opl4_midi_device;
# endif
# ifdef USE_FLUIDSYNTH
extern const device_t fluidsynth_device;
# endif