the options "no" and "off" do not leave much to choice
This commit is contained in:
@@ -475,8 +475,8 @@ static const ConfOption g_ConfOptions[] =
|
||||
ConfOption( "Texture\nResolution", TextureResolution, "256","512","1024","2048" ),
|
||||
ConfOption( "Texture\nColor", TextureColor, "16BIT","32BIT" ),
|
||||
ConfOption( "Movie\nColor", MovieColor, "16BIT","32BIT" ),
|
||||
ConfOption( "Keep Textures\nIn Memory", KeepTexturesInMemory, "NO","OFF" ),
|
||||
ConfOption( "SmoothLines", SmoothLines, "OFF","YES" ),
|
||||
ConfOption( "Keep Textures\nIn Memory", KeepTexturesInMemory, "OFF","ON" ),
|
||||
ConfOption( "SmoothLines", SmoothLines, "OFF","ON" ),
|
||||
ConfOption( "Refresh\nRate", RefreshRate, "DEFAULT","60","70","72","75","80","85","90","100","120","150" ),
|
||||
ConfOption( "Wait For\nVsync", WaitForVsync, "NO", "YES" ),
|
||||
ConfOption( "Show\nStats", ShowStats, "OFF","ON" ),
|
||||
|
||||
Reference in New Issue
Block a user