diff options
| author | Wohlstand <admin@wohlnet.ru> | 2025-03-24 12:52:44 +0300 |
|---|---|---|
| committer | Wohlstand <admin@wohlnet.ru> | 2025-03-24 12:52:44 +0300 |
| commit | bee3fd0d7460d449a167b732213a7fc0cd43cfe9 (patch) | |
| tree | dd62f8f127c74b4e744289d52886163d37b0a6f5 /include | |
| parent | a6385b868096239813610cf54f0c6c2efcbe6e23 (diff) | |
| download | libADLMIDI-bee3fd0d7460d449a167b732213a7fc0cd43cfe9.tar.gz libADLMIDI-bee3fd0d7460d449a167b732213a7fc0cd43cfe9.tar.bz2 libADLMIDI-bee3fd0d7460d449a167b732213a7fc0cd43cfe9.zip | |
Added experimental support of ESFMu emulator
Not yet working properly
Diffstat (limited to 'include')
| -rw-r--r-- | include/adlmidi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h index 4f05f90..ffdde50 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -705,6 +705,8 @@ enum ADL_Emulator ADLMIDI_EMU_OPAL, /*! Java */ ADLMIDI_EMU_JAVA, + /*! ESFMu */ + ADLMIDI_EMU_ESFMu, /*! Count instrument on the level */ ADLMIDI_EMU_end }; |