summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/values
diff options
context:
space:
mode:
authormahdihijazi <mahdi.hijaz@hotmail.com>2018-01-27 01:12:40 +0100
committermahdihijazi <mahdi.hijaz@hotmail.com>2018-07-01 22:25:12 +0200
commitb4bb213ffdca35d16491ef84348adfc38c76a001 (patch)
treeb52c0ebfedb8c0ba496ed5d56ae60a2fe6f945d7 /Source/Android/app/src/main/res/values
parentef23d9706322f8b34646e7cad00679be68f4600c (diff)
Android: Add Force 24-Bit Color enhancement option
Diffstat (limited to 'Source/Android/app/src/main/res/values')
-rw-r--r--Source/Android/app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml
index e2707aaa7d..9055965d97 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -160,6 +160,8 @@
<string name="per_pixel_lighting_description">Calculate lighting of 3D graphics per-pixel rather than per vertex. Decreases emulation speed by some percent (depending on your GPU). This usually is a safe enhancement, but might cause issues sometimes.</string>
<string name="force_texture_filtering">Force Texture Filtering</string>
<string name="force_texture_filtering_description">Force texture filtering even if the emulated game explicitly disabled it. Improves texture quality slightly but causes glitches in some games.</string>
+ <string name="force_24bit_color">Force 24-Bit Color</string>
+ <string name="force_24bit_color_description">Forces the game to render the RGB color channels in 24-bit, thereby increasing quality by reducing color banding.\nIt has no impact on performance and causes few graphical issues. If unsure, leave this checked.</string>
<string name="disable_fog">Disable Fog</string>
<string name="disable_fog_description">Makes distant objects more visible by removing fog, thus increasing the overall detail. Disabling fog will break some games which rely on proper fog emulation.</string>
<string name="disable_copy_filter">Disable Copy Filter</string>