diff options
author | Wohlstand <admin@wohlnet.ru> | 2025-03-29 23:11:07 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2025-03-29 23:11:56 +0300 |
commit | a37298e7bed28752e8dcbe8e37e355fe47bf5e99 (patch) | |
tree | d97e76f8c1acfd43626f8d1a0496090c32ca4fd6 /include | |
parent | e92a4d7285197ab2868aa36f975d73ceee915bea (diff) | |
download | libADLMIDI-a37298e7bed28752e8dcbe8e37e355fe47bf5e99.tar.gz libADLMIDI-a37298e7bed28752e8dcbe8e37e355fe47bf5e99.tar.bz2 libADLMIDI-a37298e7bed28752e8dcbe8e37e355fe47bf5e99.zip |
Added support for LLE OPL2 and OPL3 emulators
Kept disabled by default because they are extremely heavy for ordinary processors.
Diffstat (limited to 'include')
-rw-r--r-- | include/adlmidi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h index 27239e0..3233732 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -713,6 +713,10 @@ enum ADL_Emulator ADLMIDI_EMU_YMFM_OPL2, /*! YMFM OPL3 */ ADLMIDI_EMU_YMFM_OPL3, + /*! Nuked OPL2 LLE*/ + ADLMIDI_EMU_NUKED_OPL2_LLE, + /*! Nuked OPL3 LLE*/ + ADLMIDI_EMU_NUKED_OPL3_LLE, /*! Count instrument on the level */ ADLMIDI_EMU_end }; |