mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 22:09:19 -07:00
7f61c31f85
Also changed the description for dual-core They now look like this: http://i.imgur.com/qieaKmL.png
14 lines
502 B
XML
14 lines
502 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- CPU Settings -->
|
|
<CheckBoxPreference
|
|
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" />
|
|
|
|
</PreferenceScreen> |