Patch sync for IMR6: 19/07/2026 @ 18:03

This commit is contained in:
2026-07-19 18:03:07 +01:00
parent 7f34954634
commit d9621a921e
1227 changed files with 82367 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"]