Created
October 30, 2021 12:59
-
-
Save fabito/75bd0ee6dcdd9f23b70773c04e8e25d3 to your computer and use it in GitHub Desktop.
Retropie N64 Dragonrise controller mappings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input_device = "DragonRise Inc. Generic USB Joystick " | |
input_driver = "udev" | |
input_l_btn = "6" | |
input_l_btn_label = "L" | |
input_load_state_btn = "6" | |
input_r_btn = "7" | |
input_r_btn_label = "R" | |
input_save_state_btn = "7" | |
input_l2_btn = "8" | |
input_l2_btn_label = "Z" | |
input_enable_hotkey_btn = "8" | |
input_start_btn = "9" | |
input_start_btn_label = "Start" | |
input_exit_emulator_btn = "9" | |
input_r_x_minus_btn = "3" | |
input_r_x_minus_btn_label = "C Left" | |
input_r_x_plus_btn = "1" | |
input_r_x_plus_btn_label = "C Right" | |
input_r_y_minus_btn = "2" | |
input_r_y_minus_btn_label = "C Down" | |
input_r_y_plus_btn = "0" | |
input_r_y_plus_btn_label = "C Up" | |
input_up_btn = "h0up" | |
input_up_btn_label = "D-Pad Up" | |
input_reset_btn = "h0up" | |
input_down_btn = "h0down" | |
input_down_btn_label = "D-Pad Down" | |
input_right_btn = "h0right" | |
input_right_btn_label = "D-Pad Right" | |
input_state_slot_increase_btn = "h0right" | |
input_left_btn = "h0left" | |
input_left_btn_label = "D-Pad Left" | |
input_state_slot_decrease_btn = "h0left" | |
input_l_x_minus_axis = "-0" | |
input_l_x_minus_axis_label = "Joystick Left" | |
input_l_x_plus_axis = "+0" | |
input_l_x_plus_axis_label = "Joystick Right" | |
input_l_y_minus_axis = "-1" | |
input_l_y_minus_axis_label = "Joystick Down" | |
input_l_y_plus_axis = "+1" | |
input_l_y_plus_axis_label = "Joystick Up" | |
input_b_btn = "5" | |
input_b_btn_label = "A" | |
input_y_btn = "4" | |
input_y_btn_label = "B" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment