Android: Add touchscreen controller port option
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user