add upscaling hint for shaders

This commit is contained in:
FunkyFr3sh 2024-07-11 00:17:53 +02:00
parent 560a7222e9
commit 4b4a6663ba
2 changed files with 150 additions and 72 deletions

View file

@ -3125,6 +3125,8 @@ object ConfigForm: TConfigForm
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
end
object MaxfpsLbl: TLabel
Left = 40
@ -3200,6 +3202,8 @@ object ConfigForm: TConfigForm
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 6
Visible = False
OnChange = ShaderD3DCbxChange
@ -3266,6 +3270,8 @@ object ConfigForm: TConfigForm
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnChange = ShaderCbxChange
end