mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 11:50:49 +00:00
parent
0ac11955df
commit
e211c7c91f
1 changed files with 11 additions and 1 deletions
|
@ -1092,6 +1092,16 @@ OptionValue SampleRates
|
|||
48000, "$OPTVAL_48000HZ"
|
||||
}
|
||||
|
||||
OptionValue SampleRates2
|
||||
{
|
||||
0, "$OPTVAL_DEFAULT"
|
||||
11025, "$OPTVAL_11025HZ"
|
||||
22050, "$OPTVAL_22050HZ"
|
||||
32000, "$OPTVAL_32000HZ"
|
||||
44100, "$OPTVAL_44100HZ"
|
||||
48000, "$OPTVAL_48000HZ"
|
||||
}
|
||||
|
||||
|
||||
OptionValue BufferSizes
|
||||
{
|
||||
|
@ -1248,7 +1258,7 @@ OptionMenu ModReplayerOptions //protected
|
|||
{
|
||||
Title "$MODMNU_TITLE"
|
||||
Slider "$MODMNU_MASTERVOLUME", "mod_dumb_mastervolume", 1, 16, 0.5, 1
|
||||
Option "$ADVSNDMNU_SAMPLERATE", "mod_samplerate", "SampleRates"
|
||||
Option "$ADVSNDMNU_SAMPLERATE", "mod_samplerate", "SampleRates2"
|
||||
Option "$MODMNU_QUALITY", "mod_interp", "ModQuality"
|
||||
Option "$MODMNU_VOLUMERAMPING", "mod_volramp", "ModVolumeRamps"
|
||||
StaticText " "
|
||||
|
|
Loading…
Reference in a new issue