add option to configure d3d9 filter

This commit is contained in:
FunkyFr3sh 2023-08-13 12:49:54 +02:00
parent 9de2c045a7
commit d7a173b0da
3 changed files with 75 additions and 0 deletions

View file

@ -3178,6 +3178,30 @@ object ConfigForm: TConfigForm
Height = 31
OnPaint = PboxPaint
end
object ShaderD3DCbx: TComboBox
Left = 41
Top = 132
Width = 425
Height = 29
BevelEdges = []
BevelInner = bvNone
BevelOuter = bvSpace
Style = csDropDownList
DropDownCount = 10
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 6
Visible = False
OnChange = ShaderD3DCbxChange
Items.Strings = (
'Nearest neighbor'
'Bilinear'
'Bicubic Catmull-Rom')
end
object RendererCbx: TComboBox
Left = 41
Top = 55