summaryrefslogtreecommitdiff
path: root/Source/Android/res/xml/cpu_prefs.xml
blob: 4316e1fcc5f7651913da2d1206934a48367eda1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- CPU Settings -->
    <CheckBoxPreference
        android:defaultValue="false"
        android:key="dualCorePref"
        android:summary="@string/dual_core_descrip"
        android:title="@string/dual_core" />

    <ListPreference
        android:key="cpuCorePref"
        android:summary="@string/emu_core_to_use"
        android:title="@string/cpu_core" />

    <CheckBoxPreference
        android:defaultValue="false"
        android:key="fastmemPref"
        android:summary="@string/fastmem_desc"
        android:title="@string/fastmem" />

</PreferenceScreen>