[Android] Show JIT cores based on host arch.

This commit is contained in:
Ryan Houdek
2013-07-11 10:18:03 -05:00
parent e24a551515
commit e1f641424d
4 changed files with 271 additions and 156 deletions

View File

@ -3,13 +3,8 @@
>
<PreferenceCategory
android:summary="Settings"
android:title="CPU Settings" >
<ListPreference
android:entries="@array/cpuOptions"
android:entryValues="@array/cpuValues"
android:key="cpupref"
android:summary="Emulation core to use"
android:title="CPU Core" />
android:title="CPU Settings"
android:key="cpuprefcat">
<CheckBoxPreference
android:key="dualcorepref"
android:summary="On/Off"