Optimise Android rendering

This commit is contained in:
Niellun
2025-06-02 06:14:57 +03:00
parent 907247467d
commit cdc68e4191
13 changed files with 137 additions and 260 deletions
-15
View File
@@ -90,21 +90,6 @@
# Corrects aspect of UI
#aspect-correction = 1
# Scaler algorithm if application drawing is differen from source image
# options
# SWS_FAST_BILINEAR 1
# SWS_BILINEAR 2
# SWS_BICUBIC 4
# SWS_X 8
# SWS_POINT 16
# SWS_AREA 32
# SWS_BICUBLIN 64
# SWS_GAUSS 128
# SWS_SINC 256
# SWS_LANCZOS 512
# SWS_SPLINE 1024
#scaler = 2
# Select faster method of scaling image to window size (nearest) or better quality (linear)
#fast-render-scale = false