Initial Sync!

This commit is contained in:
2026-07-26 13:21:37 +01:00
parent dcc2b22c5f
commit e6182d37ff
1582 changed files with 87325 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
#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"]