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.
This commit is contained in:
@@ -169,6 +169,10 @@ PRODUCT_COPY_FILES += \
|
||||
PRODUCT_PACKAGES += \
|
||||
SimpleSettingsConfig
|
||||
|
||||
# Disable default frame rate limit for games
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
debug.graphics.game_default_frame_rate.disabled=true
|
||||
|
||||
# Extra tools in Lineage
|
||||
PRODUCT_PACKAGES += \
|
||||
bash \
|
||||
|
||||
Reference in New Issue
Block a user