diff options
author | Wohlstand <admin@wohlnet.ru> | 2025-03-25 12:49:29 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2025-03-25 12:49:29 +0300 |
commit | f265f0183b147818a0e0b046c79db97588138449 (patch) | |
tree | b8e0c2992b0db02d5a9a62efda0c675aaeb99c87 | |
parent | 6ff4fe357277eb1a9a6ad1d30bd667375650f254 (diff) | |
download | libADLMIDI-f265f0183b147818a0e0b046c79db97588138449.tar.gz libADLMIDI-f265f0183b147818a0e0b046c79db97588138449.tar.bz2 libADLMIDI-f265f0183b147818a0e0b046c79db97588138449.zip |
WinMM: Added ESFMu emulator into the list
-rw-r--r-- | utils/winmm_drv/cpl/config_dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/winmm_drv/cpl/config_dialog.c b/utils/winmm_drv/cpl/config_dialog.c index 1742ab1..8808e6d 100644 --- a/utils/winmm_drv/cpl/config_dialog.c +++ b/utils/winmm_drv/cpl/config_dialog.c @@ -55,6 +55,7 @@ static const char * const emulator_type_descriptions[] = "DOSBox", "Opal", "Java OPL3", + "ESFMu", NULL }; |