From f0a538797c653d4fcc39b51b69bb58fb830847c1 Mon Sep 17 00:00:00 2001 From: MaranBr Date: Tue, 19 Aug 2025 15:38:07 -0400 Subject: [PATCH] Fix descriptions on Android --- src/android/app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml index 2866a7df0a..417aa5a8ee 100644 --- a/src/android/app/src/main/res/values/strings.xml +++ b/src/android/app/src/main/res/values/strings.xml @@ -93,7 +93,7 @@ Release Fences Early Helps fix 0 FPS in games like DKCR:HD, Subnautica Below Zero and Ori 2, but may break loading or performance in Unreal Engine games. Sync Memory Operations - Ensures data consistency between compute and memory operations.\nThis option should fix issues in some games, but may also reduce performance in some cases.\nThe games with Unreal Engine 4 seem to be the most affected. + Ensures data consistency between compute and memory operations. This option should fix issues in some games, but may also reduce performance in some cases. The games with Unreal Engine 4 seem to be the most affected. Disable Buffer Reorder When checked, disables reordering of mapped memory uploads which allows to associate uploads with specific draws. May reduce performance in some cases.