mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
- removed OPL related menu entries.
This commit is contained in:
parent
e63ca0f471
commit
fe4c20143a
1 changed files with 0 additions and 19 deletions
|
@ -1337,14 +1337,6 @@ OptionMenu SoundOptions //protected
|
||||||
*
|
*
|
||||||
*=======================================*/
|
*=======================================*/
|
||||||
|
|
||||||
OptionValue OplCores
|
|
||||||
{
|
|
||||||
0, "$OPTVAL_MAMEOPL2"
|
|
||||||
1, "$OPTVAL_DOSBOXOPL3"
|
|
||||||
2, "$OPTVAL_JAVAOPL3"
|
|
||||||
3, "$OPTVAL_NUKEDOPL3"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
OptionMenu AdvSoundOptions //protected
|
OptionMenu AdvSoundOptions //protected
|
||||||
{
|
{
|
||||||
|
@ -1441,7 +1433,6 @@ OptionMenu ModReplayerOptions //protected
|
||||||
Title "$SNDMNU_MIDIPLAYER"
|
Title "$SNDMNU_MIDIPLAYER"
|
||||||
Submenu "$ADVSNDMNU_FLUIDSYNTH", "FluidsynthOptions"//, 0, 1
|
Submenu "$ADVSNDMNU_FLUIDSYNTH", "FluidsynthOptions"//, 0, 1
|
||||||
Submenu "$ADVSNDMNU_TIMIDITY", "TimidityOptions"//, 0, 1
|
Submenu "$ADVSNDMNU_TIMIDITY", "TimidityOptions"//, 0, 1
|
||||||
Submenu "$ADVSNDMNU_OPLSYNTHESIS", "OPLOptions"//, 0, 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionMenu FluidsynthOptions //protected
|
OptionMenu FluidsynthOptions //protected
|
||||||
|
@ -1465,19 +1456,9 @@ OptionMenu ModReplayerOptions //protected
|
||||||
// other CVARs need to be revieved for usefulness
|
// other CVARs need to be revieved for usefulness
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionMenu OPLOptions //protected
|
|
||||||
{
|
|
||||||
Title "$ADVSNDMNU_OPLSYNTHESIS"
|
|
||||||
Option "$ADVSNDMNU_OPLCORES", "opl_core", "OplCores"
|
|
||||||
Slider "$ADVSNDMNU_OPLNUMCHIPS", "opl_numchips", 1, 8, 1, 0
|
|
||||||
Option "$ADVSNDMNU_OPLFULLPAN", "opl_fullpan", "OnOff"
|
|
||||||
}
|
|
||||||
|
|
||||||
/*=======================================
|
/*=======================================
|
||||||
*
|
*
|
||||||
* Video mode menu
|
* Video mode menu
|
||||||
* Even more than the sound, much of this has no backing
|
|
||||||
* and needs replacement of the backend.
|
|
||||||
*
|
*
|
||||||
*=======================================*/
|
*=======================================*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue