Files
imr6-patches/config/guiscaler-client.toml
T

12 lines
347 B
TOML

#GUI Scaler Configuration
[general]
#Enable automatic GUI scaling
enableAutoScale = true
#Scaling mode: AUTO (intelligent) or CUSTOM (user-defined rules)
#Allowed Values: AUTO, CUSTOM
mode = "AUTO"
#Custom scaling rules in format 'width:scale' (e.g., '2560:3' means scale 3 for width >= 2560)
customRules = ["2560:3", "1920:2", "1280:1"]