diff --git a/properties/system.prop b/properties/system.prop index 4d45a1f..f3c16ce 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -79,3 +79,6 @@ ro.sf.skip_set_active_mode_when_off=1 # Fling velocities ro.min.fling_velocity=70 ro.max.fling_velocity=21000 + +# Disable vsync for cpu rendered apps +debug.cpurend.vsync=false