From 47b487ff655d6b8875da6e59381c814948527a26 Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Fri, 27 Sep 2024 02:27:15 -0600 Subject: [PATCH] lime_qt: Fix order of Texture Filter drop-down menu (#454) --- src/android/app/src/main/res/values/strings.xml | 2 +- src/lime_qt/configuration/configure_enhancements.ui | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml index b4a95f1c2..946df3ce5 100644 --- a/src/android/app/src/main/res/values/strings.xml +++ b/src/android/app/src/main/res/values/strings.xml @@ -227,7 +227,7 @@ Linear Filtering Enables linear filtering, which causes game visuals to appear smoother. Texture Filter - Enhances the visuals of games by applying a filter to textures. The supported filters are Anime4K Ultrafast, Bicubic, ScaleForce, and xBRZ freescale. + Enhances the visuals of games by applying a filter to textures. The supported filters are Anime4K Ultrafast, Bicubic, ScaleForce, xBRZ freescale, and MMPX. Enable Hardware Shader Uses hardware to emulate 3DS shaders. When enabled, game performance will be significantly improved. Accurate Multiplication diff --git a/src/lime_qt/configuration/configure_enhancements.ui b/src/lime_qt/configuration/configure_enhancements.ui index 7287aa331..0a738c227 100644 --- a/src/lime_qt/configuration/configure_enhancements.ui +++ b/src/lime_qt/configuration/configure_enhancements.ui @@ -184,11 +184,6 @@ Bicubic - - - Nearest Neighbor - - ScaleForce @@ -199,6 +194,11 @@ xBRZ + + + MMPX + +