From 9c44ad11e34909940f0f40153677613cce5e35bb Mon Sep 17 00:00:00 2001 From: JosJuice Date: Tue, 28 Jul 2020 22:21:57 +0200 Subject: [PATCH] Android: Set preferMinimalPostProcessing="true" When using the combination of Android 11 and HDMI 2.1, this will send a signal to the TV suggesting it to switch to a low latency mode ("game mode"). --- Source/Android/app/build.gradle | 2 +- Source/Android/app/src/main/AndroidManifest.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 29fbebc6aa..68c426edbd 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 29 + compileSdkVersion 30 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index 10ef80095c..7298c10137 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -73,7 +73,8 @@ + android:theme="@style/DolphinEmulationBase" + android:preferMinimalPostProcessing="true"/>