2013-08-25 07:16:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-24 18:55:10 +00:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:title="@string/input_settings">
|
2013-11-19 20:53:30 +00:00
|
|
|
|
2013-10-25 20:52:46 +00:00
|
|
|
<Preference
|
|
|
|
android:key="inputOverlayConfigPref"
|
2013-10-26 04:55:07 +00:00
|
|
|
android:summary="@string/input_overlay_layout_desc"
|
|
|
|
android:title="@string/input_overlay_layout"/>
|
2013-10-24 18:55:10 +00:00
|
|
|
|
2013-10-26 04:55:07 +00:00
|
|
|
<PreferenceScreen
|
|
|
|
android:key="gamecube_bindings"
|
|
|
|
android:title="@string/gamecube_bindings">
|
2013-11-19 20:53:30 +00:00
|
|
|
<PreferenceScreen
|
|
|
|
android:key="gamecube_bindings_control_1"
|
|
|
|
android:title="@string/controller_1">
|
2013-11-19 21:14:40 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="enableController1"
|
|
|
|
android:title="@string/enable_controller"/>
|
|
|
|
|
2013-11-19 20:53:30 +00:00
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputA_1"
|
|
|
|
android:title="@string/button_a" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputB_1"
|
|
|
|
android:title="@string/button_b" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputX_1"
|
|
|
|
android:title="@string/button_x" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputY_1"
|
|
|
|
android:title="@string/button_y" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputZ_1"
|
|
|
|
android:title="@string/button_z" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputStart_1"
|
|
|
|
android:title="@string/button_start" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadUp_1"
|
|
|
|
android:title="@string/dpad_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadDown_1"
|
|
|
|
android:title="@string/dpad_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadLeft_1"
|
|
|
|
android:title="@string/dpad_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadRight_1"
|
|
|
|
android:title="@string/dpad_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainUp_1"
|
|
|
|
android:title="@string/main_stick_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainDown_1"
|
|
|
|
android:title="@string/main_stick_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainLeft_1"
|
|
|
|
android:title="@string/main_stick_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainRight_1"
|
|
|
|
android:title="@string/main_stick_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickUp_1"
|
|
|
|
android:title="@string/c_stick_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickDown_1"
|
|
|
|
android:title="@string/c_stick_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickLeft_1"
|
|
|
|
android:title="@string/c_stick_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickRight_1"
|
|
|
|
android:title="@string/c_stick_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputL_1"
|
|
|
|
android:title="@string/trigger_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController1"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputR_1"
|
|
|
|
android:title="@string/trigger_right" />
|
|
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen
|
|
|
|
android:key="gamecube_bindings_control_2"
|
|
|
|
android:title="@string/controller_2">
|
2013-11-19 21:14:40 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="enableController2"
|
|
|
|
android:title="@string/enable_controller"/>
|
|
|
|
|
2013-11-19 20:53:30 +00:00
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputA_2"
|
|
|
|
android:title="@string/button_a" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputB_2"
|
|
|
|
android:title="@string/button_b" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputX_2"
|
|
|
|
android:title="@string/button_x" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputY_2"
|
|
|
|
android:title="@string/button_y" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputZ_2"
|
|
|
|
android:title="@string/button_z" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputStart_2"
|
|
|
|
android:title="@string/button_start" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadUp_2"
|
|
|
|
android:title="@string/dpad_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadDown_2"
|
|
|
|
android:title="@string/dpad_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadLeft_2"
|
|
|
|
android:title="@string/dpad_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadRight_2"
|
|
|
|
android:title="@string/dpad_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainUp_2"
|
|
|
|
android:title="@string/main_stick_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainDown_2"
|
|
|
|
android:title="@string/main_stick_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainLeft_2"
|
|
|
|
android:title="@string/main_stick_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainRight_2"
|
|
|
|
android:title="@string/main_stick_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickUp_2"
|
|
|
|
android:title="@string/c_stick_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickDown_2"
|
|
|
|
android:title="@string/c_stick_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickLeft_2"
|
|
|
|
android:title="@string/c_stick_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickRight_2"
|
|
|
|
android:title="@string/c_stick_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputL_2"
|
|
|
|
android:title="@string/trigger_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController2"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputR_2"
|
|
|
|
android:title="@string/trigger_right" />
|
|
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen
|
|
|
|
android:key="gamecube_bindings_control_3"
|
|
|
|
android:title="@string/controller_3">
|
2013-11-19 21:14:40 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="enableController3"
|
|
|
|
android:title="@string/enable_controller"/>
|
|
|
|
|
2013-11-19 20:53:30 +00:00
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputA_3"
|
|
|
|
android:title="@string/button_a" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputB_3"
|
|
|
|
android:title="@string/button_b" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputX_3"
|
|
|
|
android:title="@string/button_x" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputY_3"
|
|
|
|
android:title="@string/button_y" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputZ_3"
|
|
|
|
android:title="@string/button_z" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputStart_3"
|
|
|
|
android:title="@string/button_start" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadUp_3"
|
|
|
|
android:title="@string/dpad_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadDown_3"
|
|
|
|
android:title="@string/dpad_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadLeft_3"
|
|
|
|
android:title="@string/dpad_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadRight_3"
|
|
|
|
android:title="@string/dpad_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainUp_3"
|
|
|
|
android:title="@string/main_stick_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainDown_3"
|
|
|
|
android:title="@string/main_stick_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainLeft_3"
|
|
|
|
android:title="@string/main_stick_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainRight_3"
|
|
|
|
android:title="@string/main_stick_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickUp_3"
|
|
|
|
android:title="@string/c_stick_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickDown_3"
|
|
|
|
android:title="@string/c_stick_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickLeft_3"
|
|
|
|
android:title="@string/c_stick_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickRight_3"
|
|
|
|
android:title="@string/c_stick_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputL_3"
|
|
|
|
android:title="@string/trigger_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController3"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputR_3"
|
|
|
|
android:title="@string/trigger_right" />
|
|
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen
|
|
|
|
android:key="gamecube_bindings_control_4"
|
|
|
|
android:title="@string/controller_4">
|
2013-11-19 21:14:40 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="enableController4"
|
|
|
|
android:title="@string/enable_controller"/>
|
|
|
|
|
2013-11-19 20:53:30 +00:00
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputA_4"
|
|
|
|
android:title="@string/button_a" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputB_4"
|
|
|
|
android:title="@string/button_b" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputX_4"
|
|
|
|
android:title="@string/button_x" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputY_4"
|
|
|
|
android:title="@string/button_y" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputZ_4"
|
|
|
|
android:title="@string/button_z" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputStart_4"
|
|
|
|
android:title="@string/button_start" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadUp_4"
|
|
|
|
android:title="@string/dpad_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadDown_4"
|
|
|
|
android:title="@string/dpad_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadLeft_4"
|
|
|
|
android:title="@string/dpad_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="DPadRight_4"
|
|
|
|
android:title="@string/dpad_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainUp_4"
|
|
|
|
android:title="@string/main_stick_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainDown_4"
|
|
|
|
android:title="@string/main_stick_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainLeft_4"
|
|
|
|
android:title="@string/main_stick_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="MainRight_4"
|
|
|
|
android:title="@string/main_stick_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickUp_4"
|
|
|
|
android:title="@string/c_stick_up" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickDown_4"
|
|
|
|
android:title="@string/c_stick_down" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickLeft_4"
|
|
|
|
android:title="@string/c_stick_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="CStickRight_4"
|
|
|
|
android:title="@string/c_stick_right" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputL_4"
|
|
|
|
android:title="@string/trigger_left" />
|
|
|
|
|
|
|
|
<org.dolphinemu.dolphinemu.settings.input.InputBindingPreference
|
2013-11-19 21:14:40 +00:00
|
|
|
android:dependency="enableController4"
|
2013-11-19 20:53:30 +00:00
|
|
|
android:key="InputR_4"
|
|
|
|
android:title="@string/trigger_right" />
|
|
|
|
</PreferenceScreen>
|
2013-10-25 20:52:46 +00:00
|
|
|
</PreferenceScreen>
|
2013-08-25 07:16:05 +00:00
|
|
|
</PreferenceScreen>
|