mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Enable config_avoidGfxAccel
- This flag turns off GPU/CPU intensive UI effects and reduces the RAM footprint. - Using this is a better compromise than the 'low_ram' flag as this does not disable features in the rom but still reduces RAM usage and gives better smoothness in the UI. [ roynatech2544 : RAM usage decreased by 15% with this prop on 3GB RAM device ] Signed-off-by: Chuck439 <firmankediri123@gmail.com> Signed-off-by: AkaruiAikara <vall@aikara.me>
This commit is contained in:
parent
838beb5738
commit
d003e2801b
1 changed files with 4 additions and 1 deletions
|
|
@ -13,10 +13,13 @@ ro.vendor.cscsupported=1
|
|||
## OpenGLES
|
||||
ro.opengles.version=196610
|
||||
|
||||
## Graphics
|
||||
## HW Graphics
|
||||
debug.egl.hw=0
|
||||
debug.sf.hw=0
|
||||
|
||||
## Low ram device
|
||||
ro.config.avoid_gfx_accel=true
|
||||
|
||||
### Vulkan
|
||||
ro.hwui.use_vulkan=true
|
||||
graphics.gpu.profiler.support=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue