From a37298e7bed28752e8dcbe8e37e355fe47bf5e99 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sat, 29 Mar 2025 23:11:07 +0300 Subject: Added support for LLE OPL2 and OPL3 emulators Kept disabled by default because they are extremely heavy for ordinary processors. --- include/adlmidi.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/adlmidi.h') 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 }; -- cgit v1.2.3