2013-08-20 23:39:00 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2013-09-13 04:29:59 +00:00
|
|
|
<!-- CPU Settings -->
|
2013-08-20 23:39:00 +00:00
|
|
|
<CheckBoxPreference
|
2013-09-13 04:29:59 +00:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="dualCorePref"
|
|
|
|
android:summary="@string/dual_core_descrip"
|
|
|
|
android:title="@string/dual_core" />
|
|
|
|
|
2013-10-10 15:57:18 +00:00
|
|
|
<org.dolphinemu.dolphinemu.settings.custom.UpdatingListPreference
|
2013-08-20 23:39:00 +00:00
|
|
|
android:key="cpuCorePref"
|
2013-10-10 15:57:18 +00:00
|
|
|
android:summary="@string/cpu_core_desc"
|
2013-08-20 23:39:00 +00:00
|
|
|
android:title="@string/cpu_core" />
|
2013-09-13 04:29:59 +00:00
|
|
|
|
2013-09-13 04:08:00 +00:00
|
|
|
<CheckBoxPreference
|
2013-09-13 04:29:59 +00:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="fastmemPref"
|
|
|
|
android:summary="@string/fastmem_desc"
|
|
|
|
android:title="@string/fastmem" />
|
|
|
|
|
2013-08-20 23:39:00 +00:00
|
|
|
</PreferenceScreen>
|