[Android] Actually show the currently selected CPU core and video backend within the settings screen.

This commit is contained in:
Lioncash
2013-10-10 11:57:18 -04:00
parent 8b6ff7a358
commit 511de71736
5 changed files with 58 additions and 20 deletions

View File

@ -7,9 +7,9 @@
android:summary="@string/dual_core_descrip"
android:title="@string/dual_core" />
<ListPreference
<org.dolphinemu.dolphinemu.settings.custom.UpdatingListPreference
android:key="cpuCorePref"
android:summary="@string/emu_core_to_use"
android:summary="@string/cpu_core_desc"
android:title="@string/cpu_core" />
<CheckBoxPreference

View File

@ -127,9 +127,9 @@
</PreferenceCategory>
</PreferenceScreen>
<ListPreference
<org.dolphinemu.dolphinemu.settings.custom.UpdatingListPreference
android:key="gpuPref"
android:summary="@string/video_backend_to_use"
android:summary="@string/video_backend_desc"
android:title="@string/video_backend" />
<CheckBoxPreference