From 4a263e4ec1aedf1b25f511ce4926477dacdd105c Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 13 Sep 2020 14:35:58 +1000 Subject: [PATCH] Android: Add texture filter options --- android/app/src/main/res/values/arrays.xml | 12 ++++++++++++ android/app/src/main/res/xml/root_preferences.xml | 12 +++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/android/app/src/main/res/values/arrays.xml b/android/app/src/main/res/values/arrays.xml index c35f0db98..9d6f176db 100644 --- a/android/app/src/main/res/values/arrays.xml +++ b/android/app/src/main/res/values/arrays.xml @@ -93,6 +93,18 @@ 1:1 PAR 1:1 + + Nearest-Neighbor + Bilinear + JINC2 + xBR + + + Nearest + Bilinear + JINC2 + xBR + Digital Controller (Gamepad) Analog Controller (DualShock) diff --git a/android/app/src/main/res/xml/root_preferences.xml b/android/app/src/main/res/xml/root_preferences.xml index c4fcb9e17..e8b69030b 100644 --- a/android/app/src/main/res/xml/root_preferences.xml +++ b/android/app/src/main/res/xml/root_preferences.xml @@ -124,11 +124,13 @@ app:defaultValue="true" app:summary="Forces the rendering and display of frames to progressive mode. This removes the "combing" effect seen in 480i games by rendering them in 480p. Usually safe to enable." /> - +