mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-05 01:11:25 +00:00
added a menu option for switching module players.
This commit is contained in:
parent
413aefb0ab
commit
2e795bebb4
2 changed files with 660 additions and 640 deletions
File diff suppressed because it is too large
Load diff
|
@ -2060,11 +2060,17 @@ OptionValue ModVolumeRamps
|
|||
2.0, "$OPTVAL_FULLRAMPING"
|
||||
}
|
||||
|
||||
OptionValue ModReplayers
|
||||
{
|
||||
0.0, "$OPTVAL_LIBXMP"
|
||||
1.0, "$OPTVAL_DUMB"
|
||||
}
|
||||
|
||||
|
||||
OptionMenu ModReplayerOptions protected
|
||||
{
|
||||
Title "$MODMNU_TITLE"
|
||||
Option "$MODMNU_REPLAYER", "mod_preferred_player", "ModReplayers"
|
||||
Slider "$MODMNU_MASTERVOLUME", "mod_dumb_mastervolume", 0.25, 4, 0.1, 1
|
||||
Option "$ADVSNDMNU_SAMPLERATE", "mod_samplerate", "SampleRates"
|
||||
Option "$MODMNU_QUALITY", "mod_interp", "ModQuality"
|
||||
|
|
Loading…
Reference in a new issue