From 55d2eab229b563aa0e0f5f9319570876c525ccb8 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 25 Mar 2025 19:52:51 +0300 Subject: Implemented support of YMFM emulators and OPL2 --- utils/winmm_drv/cpl/config_dialog.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/winmm_drv/cpl/config_dialog.c') diff --git a/utils/winmm_drv/cpl/config_dialog.c b/utils/winmm_drv/cpl/config_dialog.c index 8808e6d..abaa857 100644 --- a/utils/winmm_drv/cpl/config_dialog.c +++ b/utils/winmm_drv/cpl/config_dialog.c @@ -56,6 +56,10 @@ static const char * const emulator_type_descriptions[] = "Opal", "Java OPL3", "ESFMu", +#ifndef ADLMIDI_DISABLE_YMFM_EMULATOR + "YMFM OPL2", + "YMFM OPL3", +#endif NULL }; -- cgit v1.2.3