From 914853c2ce887b9d86e1fe169b9cfcced2907b67 Mon Sep 17 00:00:00 2001 From: davros Date: Fri, 19 Jul 2013 02:06:46 -0400 Subject: [PATCH] Revert "Remove 16bpp option" This reverts commit 4307fe212aaccf0b867e942d1909bc6e0c1dfce5. --- res/values/strings.xml | 4 ++++ res/xml/performance_settings.xml | 5 ++++ .../cyanogenmod/PerformanceSettings.java | 23 +++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index 8cb4e3f..c9cd43b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4764,6 +4764,10 @@ Fix color banding (default) Fix color banding and blur effect + + 16bit transparency + Better graphics performance, but lower quality and may cause visual artifacts (requires reboot) + Rotation Disabled diff --git a/res/xml/performance_settings.xml b/res/xml/performance_settings.xml index 13467ea..dacd0a9 100644 --- a/res/xml/performance_settings.xml +++ b/res/xml/performance_settings.xml @@ -40,6 +40,11 @@ android:title="@string/memory_management_title" android:summary="@string/memory_management_summary" /> + +