pipa: Disable game default frame rate feature

* This feature was enabled by default on Android 15 and limits the
  refresh rate to 60FPS in some games. Disabling it allows games to use
  any refresh rate without restrictions.

Change-Id: Iecea8c138c48093905318756ff670d4268d6d3b1
Signed-off-by: ChrisCatto <chriscatto@proton.me>
This commit is contained in:
ChrisCatto
2024-11-21 12:16:34 +02:00
committed by Abdulwahab Isam
parent 6e0456d72b
commit 39b36497cc

View File

@@ -29,6 +29,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
libpiex_shim
# Display
PRODUCT_VENDOR_PROPERTIES += \
debug.graphics.game_default_frame_rate.disabled=1 \
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \