mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 07:06:45 +00:00
[Android] Show JIT cores based on host arch.
This commit is contained in:
parent
e24a551515
commit
e1f641424d
4 changed files with 271 additions and 156 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue