diff options
Diffstat (limited to 'utils/vlc_codec/libadlmidi.c')
-rw-r--r-- | utils/vlc_codec/libadlmidi.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/utils/vlc_codec/libadlmidi.c b/utils/vlc_codec/libadlmidi.c index ca56245..cada489 100644 --- a/utils/vlc_codec/libadlmidi.c +++ b/utils/vlc_codec/libadlmidi.c @@ -156,7 +156,13 @@ static const char * const channel_alloc_descriptions[] = #define EMULATOR_TYPE_LINGTEXT N_( \ "OPL3 Emulator that will be used to generate final sound.") -static const int emulator_type_values[] = { 0, 1, 2 }; +static const int emulator_type_values[] = +{ + 0, 1, 2, 3, 4, 5, 6 +#ifndef ADLMIDI_DISABLE_YMFM_EMULATOR + , 7, 8 +#endif +}; static const char * const emulator_type_descriptions[] = { N_("Nuked OPL3 1.8"), |