# enableHighPerfGaming Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/enable_high_perf_gaming.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/enable_high_perf_gaming.html) Enables or disables high performance gaming. enableHighPerformanceGaming()Copy to clipboard ## Parameters | Parameter | API type | Data type | Description | | --- | --- | --- | --- | | enable | Java | boolean | Boolean to enable or disable high performance gaming. | | enable | Native | bool | Boolean to enable or disable high performance gaming. | | ret | Native | int8\_t& | On success this is the actual return value from the API.



| | | | | | ## Returns | **Return** | **API type** | **Data type** | **Description** | | --- | --- | --- | --- | | response | Java | int | | | response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. | | | | | | Note: - This feature is not available for commercial use. It is intended to solicit early customer evaluation and feedback. - Applications need to disable high performance immediately when it is no longer required. This API will disable all non-DDS calls. - Applications must have the com.qualcomm.qti.qesdk.permission.CALL\_CONTROL\_SECONDARY\_DND permission to access this API. Add the following `uses-permission` line in the manifest file. Copy to clipboard **Parent Topic:** [LLM subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/llm_functions.html) Last Published: Nov 14, 2024 [Previous Topic updatePdcpTimerForDds](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/update_pdcp_timer_for_dds.md) [Next Topic prioritizeDataPerSubscription](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/prioritize_data_per_subscription.md)