From 5fd1dae9ebbca0718239168be060082a0d92ed7f Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 15 Apr 2025 03:25:05 +0300 Subject: Added missing check macros into adlmidi_opl3.cpp #288 --- src/adlmidi_opl3.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/adlmidi_opl3.cpp b/src/adlmidi_opl3.cpp index 5690721..dcba852 100644 --- a/src/adlmidi_opl3.cpp +++ b/src/adlmidi_opl3.cpp @@ -33,7 +33,13 @@ # if defined(ADLMIDI_DISABLE_NUKED_EMULATOR) && \ defined(ADLMIDI_DISABLE_DOSBOX_EMULATOR) && \ defined(ADLMIDI_DISABLE_OPAL_EMULATOR) && \ - defined(ADLMIDI_DISABLE_JAVA_EMULATOR) + defined(ADLMIDI_DISABLE_JAVA_EMULATOR) && \ + defined(ADLMIDI_DISABLE_ESFMU_EMULATOR) && \ + defined(ADLMIDI_DISABLE_MAME_OPL2_EMULATOR) && \ + defined(ADLMIDI_DISABLE_YMFM_EMULATOR) && \ + !defined(ADLMIDI_ENABLE_OPL2_LLE_EMULATOR) && \ + !defined(ADLMIDI_ENABLE_OPL3_LLE_EMULATOR) && \ + !defined(ADLMIDI_ENABLE_HW_SERIAL) # error "No emulators enabled. You must enable at least one emulator to use this library!" # endif -- cgit v1.2.3