mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -04:00
fix midi_player config setting description
This commit is contained in:
parent
d7a017ff25
commit
bfce51a5c8
11
src/m_misc.c
11
src/m_misc.c
@ -2258,7 +2258,16 @@ default_t defaults[] = {
|
|||||||
"midi_player",
|
"midi_player",
|
||||||
(config_t *) &midi_player, NULL,
|
(config_t *) &midi_player, NULL,
|
||||||
{0}, {0, num_midi_players-1}, number, ss_gen, wad_no,
|
{0}, {0, num_midi_players-1}, number, ss_gen, wad_no,
|
||||||
"0 for SDL2_Mixer (default), 1 for OPL Emulation"
|
#if defined(_WIN32)
|
||||||
|
"0 for native MIDI (default), "
|
||||||
|
#else
|
||||||
|
"0 for SDL2_Mixer (default), "
|
||||||
|
#endif
|
||||||
|
#if defined(HAVE_FLUIDSYNTH)
|
||||||
|
"1 for FluidSynth, 2 for OPL Emulation"
|
||||||
|
#else
|
||||||
|
"1 for OPL Emulation"
|
||||||
|
#endif
|
||||||
},
|
},
|
||||||
|
|
||||||
#if defined(HAVE_FLUIDSYNTH)
|
#if defined(HAVE_FLUIDSYNTH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user