Android: Add touchscreen controller port option

This commit is contained in:
Connor McLaughlin
2021-05-01 02:56:48 +10:00
parent 052721fffc
commit f8bbade9bf
4 changed files with 47 additions and 3 deletions

View File

@ -27,6 +27,14 @@
app:key="Controller1/TouchscreenControllerView"
app:title="@string/settings_touchscreen_controller_view"
app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="0"
app:entries="@array/settings_touchscreen_controller_port_entries"
app:entryValues="@array/settings_touchscreen_controller_port_values"
app:iconSpaceReserved="false"
app:key="TouchscreenController/PortIndex"
app:title="@string/settings_touchscreen_controller_port"
app:useSimpleSummaryProvider="true" />
<SwitchPreferenceCompat
app:defaultValue="false"
app:iconSpaceReserved="false"