mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
[Android] Build the configuration window for the overlay programmatically. Moved the overlay configuration classes into their own package. Also launch the overlay config activity through the preference XML via an embedded Intent. Lets us remove code explicitly handling this.
This commit is contained in:
@ -5,7 +5,11 @@
|
||||
<Preference
|
||||
android:key="inputOverlayConfigPref"
|
||||
android:summary="@string/input_overlay_layout_desc"
|
||||
android:title="@string/input_overlay_layout"/>
|
||||
android:title="@string/input_overlay_layout">
|
||||
<intent
|
||||
android:targetPackage="org.dolphinemu.dolphinemu"
|
||||
android:targetClass="org.dolphinemu.dolphinemu.settings.input.overlayconfig.OverlayConfigActivity"/>
|
||||
</Preference>
|
||||
|
||||
<!-- Gamecube controller bindings -->
|
||||
<PreferenceScreen
|
||||
|
Reference in New Issue
Block a user