From 4a3cc9a3c2f06c38babb93a3950613490ccd20fb Mon Sep 17 00:00:00 2001 From: PavelBARABANOV Date: Sun, 23 Aug 2026 23:58:50 +0200 Subject: [PATCH] [android] Fix Nvdec None (#4288) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [x] I have read and followed the [Contribution Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/CONTRIBUTING.md#code-contributions). - [x] I have read and followed the [AI Policy](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/AI.md) - [x] I have read and followed the [Coding Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/Coding.md) to the best of my ability. ------------------- Nvdec None is working now; I removed the unnecessary comments — the variable names make everything clear enough. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4288 Reviewed-by: Samuel Reviewed-by: CamilleLaVey --- .../app/src/main/res/values/arrays.xml | 29 ++++++++----------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/src/android/app/src/main/res/values/arrays.xml b/src/android/app/src/main/res/values/arrays.xml index 53dd0436dc..e63d7c639c 100644 --- a/src/android/app/src/main/res/values/arrays.xml +++ b/src/android/app/src/main/res/values/arrays.xml @@ -111,43 +111,38 @@ 1 - @string/vram_usage_conservative @string/vram_usage_aggressive - - 0 - 1 + 0 + 1 - @string/accelerate_astc_cpu @string/accelerate_astc_gpu @string/accelerate_astc_async - - 0 - 1 - 2 + 0 + 1 + 2 - + - @string/nvdec_emulation_none - @string/nvdec_emulation_cpu - @string/nvdec_emulation_gpu + @string/nvdec_emulation_none + @string/nvdec_emulation_cpu + @string/nvdec_emulation_gpu - - 3 - 1 - 2 + 0 + 1 + 2