From 8e718d2dd9b14e52e3789244d5893cc695078041 Mon Sep 17 00:00:00 2001 From: darkphnx Date: Sun, 24 Nov 2024 13:33:41 +0000 Subject: [PATCH] sm6150-common: propertiee: Disable FPS capping to 60 for Games on A15 Signed-off-by: darkphnx Signed-off-by: therealmharc --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index 1041d5b..7a8f3ad 100644 --- a/system.prop +++ b/system.prop @@ -10,6 +10,9 @@ persist.vendor.cne.feature=1 # Display ro.surface_flinger.has_wide_color_display=true +#Disbale FPS capping for games +debug.graphics.game_default_frame_rate.disabled=true + # FUSE persist.sys.fuse.passthrough.enable=true