From f83b2fc62d229c561d8b58599041a7438d2a15f6 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 31 Jan 2020 22:13:36 +1000 Subject: [PATCH] Android: Fix typo in Skip Presenting Duplicate Frames setting name --- Source/Android/app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 7be10374cf..8ebd7a8271 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -232,7 +232,7 @@ Stores XFB Copies exclusively on the GPU, bypassing system memory. Causes graphical defects in a small number of games that need to readback from memory. If unsure, leave this checked. Immediately Present XFB Displays the XFB copies as soon as they are created, without waiting for scanout. Causes graphical defects in some games but reduces latency. If unsure, leave this unchecked. - Immediately Present XFB + Skip Presenting Duplicate Frames Skips presentation of duplicate frames. This may improve performance on low-end devices, while making frame pacing less consistent. If unsure, leave this checked. Disable Destination Alpha Disables emulation of a hardware feature called destination alpha, which is used in many games for various effects.