From 10d42446f428f0d05f51f0a4e77d2797e1543d30 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 10 Oct 2020 19:41:35 +1000 Subject: [PATCH] Android: Tweak some help text for options, add PGXP precision --- .../app/src/main/res/xml/root_preferences.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/android/app/src/main/res/xml/root_preferences.xml b/android/app/src/main/res/xml/root_preferences.xml index 045f98767..d6b2ffabb 100644 --- a/android/app/src/main/res/xml/root_preferences.xml +++ b/android/app/src/main/res/xml/root_preferences.xml @@ -139,7 +139,7 @@ @@ -231,7 +232,7 @@ app:key="Display/LinearFiltering" app:title="Linear Upscaling" app:defaultValue="true" - app:summary="Uses bilinear texture filtering when displaying the console's framebuffer to the screen. Disabling filtering will producer a sharper, blockier/pixelated image. Enabling will smooth out the image. The option will be less noticable the higher the resolution scale." + app:summary="Smooths out the image when upscaling the console to the screen." app:iconSpaceReserved="false" /> +