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" /> +