mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- removed obsolete softpoly render modes
https://forum.zdoom.org/viewtopic.php?t=66888
This commit is contained in:
parent
fca492df2b
commit
7e050010aa
2 changed files with 4 additions and 2 deletions
|
@ -97,6 +97,10 @@ CUSTOM_CVAR(Int, vid_rendermode, 4, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOIN
|
|||
{
|
||||
self = 4;
|
||||
}
|
||||
else if (self == 2 || self == 3)
|
||||
{
|
||||
self = self - 2; // softpoly to software
|
||||
}
|
||||
|
||||
if (usergame)
|
||||
{
|
||||
|
|
|
@ -2163,8 +2163,6 @@ OptionValue "RenderMode"
|
|||
{
|
||||
0, "$OPTVAL_SWDOOM"
|
||||
1, "$OPTVAL_SWDOOMTC"
|
||||
2, "$OPTVAL_SWPOLY"
|
||||
3, "$OPTVAL_SWPOLYTC"
|
||||
4, "$OPTVAL_HWPOLY"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue