config: Disable default frame rate limit for games

Android 15 limits refresh rate to 60hz for games unless we enable the developer option 'Disable default frame rate for games' manually.
Adding this prop enables it by default.

Change-Id: I8fe158dd74a39f0f0d22cd94398d8d8fa3a05042
This commit is contained in:
HeCheng Yu
2024-12-31 23:54:44 +09:00
committed by Zabuka_zuzu
parent 220d183cf4
commit cd418c7404

View File

@@ -147,6 +147,10 @@ PRODUCT_PACKAGES += \
SimpleDeviceConfig \
SimpleSettingsConfig
# Disable default frame rate limit for games
PRODUCT_PRODUCT_PROPERTIES += \
debug.graphics.game_default_frame_rate.disabled=true
PRODUCT_PACKAGES += \
nano_recovery