aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_opl3.cpp
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2019-09-23 02:14:21 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2019-09-23 02:14:21 +0300
commit62a018a1338b807d325d44a512499cf31563ab26 (patch)
tree1d123547ccc047e2cdc3d078a46ad372f47ff6d7 /src/adlmidi_opl3.cpp
parent795195d9fe76654ff028578a9a95876b1b92dcc1 (diff)
parent241cf3838dcb4a383302cdaa99f13347c7f52f77 (diff)
downloadlibADLMIDI-62a018a1338b807d325d44a512499cf31563ab26.tar.gz
libADLMIDI-62a018a1338b807d325d44a512499cf31563ab26.tar.bz2
libADLMIDI-62a018a1338b807d325d44a512499cf31563ab26.zip
Merge branch 'master' of github.com:Wohlstand/libADLMIDI
Diffstat (limited to 'src/adlmidi_opl3.cpp')
-rw-r--r--src/adlmidi_opl3.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/adlmidi_opl3.cpp b/src/adlmidi_opl3.cpp
index a7bffc3..0df9d4d 100644
--- a/src/adlmidi_opl3.cpp
+++ b/src/adlmidi_opl3.cpp
@@ -29,7 +29,10 @@
#ifdef ADLMIDI_HW_OPL
static const unsigned OPLBase = 0x388;
#else
-# if defined(ADLMIDI_DISABLE_NUKED_EMULATOR) && defined(ADLMIDI_DISABLE_DOSBOX_EMULATOR)
+# if defined(ADLMIDI_DISABLE_NUKED_EMULATOR) && \
+ defined(ADLMIDI_DISABLE_DOSBOX_EMULATOR) && \
+ defined(ADLMIDI_DISABLE_OPAL_EMULATOR) && \
+ defined(ADLMIDI_DISABLE_JAVA_EMULATOR)
# error "No emulators enabled. You must enable at least one emulator to use this library!"
# endif