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">
|
|
|
|
<!-- CPU Settings -->
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="dualCorePref"
|
2013-08-23 20:10:55 +00:00
|
|
|
android:summary="@string/dual_core_descrip"
|
2013-08-20 23:39:00 +00:00
|
|
|
android:title="@string/dual_core" />
|
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:key="cpuCorePref"
|
|
|
|
android:summary="@string/emu_core_to_use"
|
|
|
|
android:title="@string/cpu_core" />
|
|
|
|
|
|
|
|
</PreferenceScreen>
|