27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:tag="unique_tag">
|
|
|
|
<emu.project64.settings.TwoLinesListPreference
|
|
android:defaultValue="0"
|
|
android:key="video_screenResolution"
|
|
android:title="@string/screenResolution_title"
|
|
android:summary="@string/screenResolution_summary"
|
|
android:dialogTitle="@string/screenResolution_title" />
|
|
<ListPreference
|
|
android:entries="@array/AspectRatio_list"
|
|
android:entryValues="@array/AspectRatio_values"
|
|
android:key="video_AspectRatio"
|
|
android:title="@string/AspectRatio_title"
|
|
android:summary="@string/AspectRatio_summary" />
|
|
<CheckBoxPreference
|
|
android:key="Debugger_DisplaySpeed"
|
|
android:summary="@string/DisplaySpeed_summary"
|
|
android:title="@string/DisplaySpeed_title" />
|
|
<ListPreference
|
|
android:entries="@array/DisplaySpeed_list"
|
|
android:entryValues="@array/DisplaySpeed_values"
|
|
android:key="Debugger_DisplaySpeedType"
|
|
android:title="@string/DisplaySpeedDisplay" />
|
|
|
|
</PreferenceScreen>
|