From 7a15159c3479724bef43d8dc43e47c21392c2df7 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 13 Sep 2013 00:29:59 -0400 Subject: [PATCH] [Android] Explicitly set the defaults for the CPU settings. --- Source/Android/res/xml/cpu_prefs.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/Source/Android/res/xml/cpu_prefs.xml b/Source/Android/res/xml/cpu_prefs.xml index 3fd0f3ad2d..4316e1fcc5 100644 --- a/Source/Android/res/xml/cpu_prefs.xml +++ b/Source/Android/res/xml/cpu_prefs.xml @@ -1,18 +1,21 @@ - + - + android:defaultValue="false" + android:key="dualCorePref" + android:summary="@string/dual_core_descrip" + android:title="@string/dual_core" /> + + - + android:defaultValue="false" + android:key="fastmemPref" + android:summary="@string/fastmem_desc" + android:title="@string/fastmem" /> + \ No newline at end of file