mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 01:26:05 +00:00
[Android] Add a fastmem option to the cpu options, default disabled.
This commit is contained in:
parent
1680f27739
commit
ba05db7828
3 changed files with 11 additions and 0 deletions
|
@ -10,5 +10,9 @@
|
|||
android:key="cpuCorePref"
|
||||
android:summary="@string/emu_core_to_use"
|
||||
android:title="@string/cpu_core" />
|
||||
<CheckBoxPreference
|
||||
android:key="fastmemPref"
|
||||
android:summary="@string/fastmem_desc"
|
||||
android:title="@string/fastmem" />
|
||||
|
||||
</PreferenceScreen>
|
Loading…
Add table
Add a link
Reference in a new issue