mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
Added new parameters in favor of libADLMIDI and libOPNMIDI update
# Conflicts: # wadsrc/static/language.csv
This commit is contained in:
parent
b07330c428
commit
586c2a2093
1 changed files with 11 additions and 0 deletions
|
@ -2101,6 +2101,12 @@ OptionMenu ModReplayerOptions protected
|
|||
3, "$ADLVLMODEL_DMX"
|
||||
4, "$ADLVLMODEL_APOGEE"
|
||||
5, "$ADLVLMODEL_WIN9X"
|
||||
6, "$ADLVLMODEL_DMX_FIXED"
|
||||
7, "$ADLVLMODEL_APOGEE_FIXED"
|
||||
8, "$ADLVLMODEL_AIL"
|
||||
9, "$ADLVLMODEL_WIN9XGENERIC"
|
||||
10, "$ADLVLMODEL_HMI"
|
||||
11, "$ADLVLMODEL_HMIOLD"
|
||||
}
|
||||
|
||||
OptionValue ADLOplCores
|
||||
|
@ -2108,6 +2114,8 @@ OptionMenu ModReplayerOptions protected
|
|||
0, "$OPTVAL_NUKEDOPL3"
|
||||
1, "$OPTVAL_NUKEDOPL3174"
|
||||
2, "$OPTVAL_DOSBOXOPL3"
|
||||
3, "$OPTVAL_OPALOPL3"
|
||||
4, "$OPTVAL_JAVAOPL3"
|
||||
}
|
||||
|
||||
OptionValue OpnCores
|
||||
|
@ -2115,6 +2123,9 @@ OptionMenu ModReplayerOptions protected
|
|||
0, "$OPTVAL_MAMEOPN2"
|
||||
1, "$OPTVAL_NUKEDOPN2"
|
||||
2, "$OPTVAL_GENSOPN2"
|
||||
4, "$OPTVAL_NP2OPNA"
|
||||
5, "$OPTVAL_MAMEOPNA"
|
||||
6, "$OPTVAL_PMDWINOPNA"
|
||||
}
|
||||
|
||||
OptionMenu ADLOptions protected
|
||||
|
|
Loading…
Reference in a new issue