(Android) Group touchscreen overlay settings with new input settings

screen
This commit is contained in:
twinaphex 2013-01-05 05:05:40 +01:00
parent 4eeac9a1d7
commit 4617f02aaf
1 changed files with 14 additions and 14 deletions

View File

@ -43,20 +43,6 @@
android:summary="Aspect ratio to enforce."
android:title="Aspect ratio" />
</PreferenceCategory>
<PreferenceCategory android:title="Overlay" >
<CheckBoxPreference
android:defaultValue="true"
android:key="input_overlay_enable"
android:title="Enable" />
<Preference
android:summary="Sets touchscreen overlay config."
android:title="Input overlay" >
<intent
android:targetClass="org.retroarch.browser.OverlayActivity"
android:targetPackage="org.retroarch" />
</Preference>
</PreferenceCategory>
<PreferenceCategory android:title="Shaders (1st pass)" >
<CheckBoxPreference
android:defaultValue="false"
@ -126,6 +112,20 @@
android:summary="This will attempt to preconfigure various gamepads and/or IME apps that you connect."
android:title="Enable" />
</PreferenceCategory>
<PreferenceCategory android:title="Touchscreen Overlay" >
<CheckBoxPreference
android:defaultValue="true"
android:key="input_overlay_enable"
android:title="Enable" />
<Preference
android:summary="Sets touchscreen overlay config."
android:title="Input overlay" >
<intent
android:targetClass="org.retroarch.browser.OverlayActivity"
android:targetPackage="org.retroarch" />
</Preference>
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>