Android: Improve external controller/add auto-hide touch option

This commit is contained in:
Connor McLaughlin
2020-10-14 14:42:08 +10:00
parent 3b6b7007b3
commit 2a824751e7
3 changed files with 216 additions and 69 deletions

View File

@ -266,6 +266,12 @@
app:defaultValue="digital"
app:useSimpleSummaryProvider="true"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
app:key="Controller1/AutoHideTouchscreenController"
app:title="Auto-Hide Touchscreen Controller"
app:defaultValue="false"
app:summary="Hides the touchscreen controller when an external controller is detected."
app:iconSpaceReserved="false"/>
</PreferenceCategory>
<PreferenceCategory app:title="Memory Cards" app:iconSpaceReserved="false">