diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2019-07-02 00:39:42 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2019-07-02 00:39:42 +0300 |
commit | 2049fb0a387b627a2c63442ea34973f4864533c4 (patch) | |
tree | 3015f9451681f2f7fe323fc46a0f32f52e753f06 /src/adlmidi_opl3.cpp | |
parent | c24e8ff891a353f37a2d6bf7bbd670e8fdd11927 (diff) | |
parent | 64b4770fe1f552f7530f2144a8b33175e179051a (diff) | |
download | libADLMIDI-2049fb0a387b627a2c63442ea34973f4864533c4.tar.gz libADLMIDI-2049fb0a387b627a2c63442ea34973f4864533c4.tar.bz2 libADLMIDI-2049fb0a387b627a2c63442ea34973f4864533c4.zip |
Merge branch 'wip-new-embedded-banks' of git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks
Diffstat (limited to 'src/adlmidi_opl3.cpp')
-rw-r--r-- | src/adlmidi_opl3.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/adlmidi_opl3.cpp b/src/adlmidi_opl3.cpp index 983949e..44322a3 100644 --- a/src/adlmidi_opl3.cpp +++ b/src/adlmidi_opl3.cpp @@ -33,7 +33,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 |