From 4e204a9a1a6bc1f0ef5402f3163d3d27338395c2 Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Sat, 24 Sep 2022 21:14:34 +0200 Subject: VideoCommon: Remove special treatment for Android in video settings --- .../dolphinemu/dolphinemu/features/settings/model/BooleanSetting.java | 2 +- Source/Android/app/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/Android') diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.java b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.java index 0c02f1b9a0..64f380988d 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.java +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.java @@ -197,7 +197,7 @@ public enum BooleanSetting implements AbstractBooleanSetting GFX_ENABLE_VALIDATION_LAYER(Settings.FILE_GFX, Settings.SECTION_GFX_SETTINGS, "EnableValidationLayer", false), GFX_BACKEND_MULTITHREADING(Settings.FILE_GFX, Settings.SECTION_GFX_SETTINGS, - "BackendMultithreading", false), + "BackendMultithreading", true), GFX_WAIT_FOR_SHADERS_BEFORE_STARTING(Settings.FILE_GFX, Settings.SECTION_GFX_SETTINGS, "WaitForShadersBeforeStarting", false), GFX_SAVE_TEXTURE_CACHE_TO_STATE(Settings.FILE_GFX, Settings.SECTION_GFX_SETTINGS, diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index c54a2ead03..23eccd0c10 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -339,8 +339,8 @@ Crop Crops the picture from its native aspect ratio to 4:3 or 16:9. If unsure, leave this unchecked. Enable Progressive Scan - Backend Multithreading - Enables graphics backend multithreading (Vulkan only). May affect performance. If unsure, leave this unchecked. + Backend Multithreading + Enables graphics backend multithreading (Vulkan only). May affect performance. If unsure, leave this checked. Defer EFB Cache Invalidation Defers invalidation of the EFB access cache until a GPU synchronization command is executed. May improve performance in some games at the cost of stability. If unsure, leave this unchecked. Manual Texture Sampling -- cgit v1.2.3