From 03ea80d13092c825998a0c2209431f777f0c9a4f Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 9 Dec 2020 00:11:54 +1000 Subject: [PATCH] Android: Add threaded rendering to advanced options --- android/app/src/main/res/values/strings.xml | 2 ++ android/app/src/main/res/xml/advanced_preferences.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index aa1be9914..ad898765b 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -147,4 +147,6 @@ This BIOS image is invalid, or has already been imported. Version Copy + Threaded GPU Rendering + Uses a second thread for drawing graphics. Currently only available for the software renderer, but can provide a significant speed improvement, and is safe to use. diff --git a/android/app/src/main/res/xml/advanced_preferences.xml b/android/app/src/main/res/xml/advanced_preferences.xml index e689f64c6..91411d2a3 100644 --- a/android/app/src/main/res/xml/advanced_preferences.xml +++ b/android/app/src/main/res/xml/advanced_preferences.xml @@ -35,6 +35,12 @@ app:defaultValue="false" app:summary="@string/settings_summary_preload_image_to_ram" app:iconSpaceReserved="false" /> +