Advertisement
Guest User

Fixed Retroarch Retrolink N64 Controller Config File

a guest
May 7th, 2020
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. input_driver = "xinput"
  2. input_device = "Generic USB Joystick "
  3. input_device_display_name = "Retrolink N64 Controller"
  4.  
  5. input_vendor_id = "121"
  6. input_product_id = "6"
  7.  
  8. input_b_btn = "6"
  9. input_y_btn = "8"
  10. input_start_btn = "9"
  11. input_up_btn = "h0up"
  12. input_down_btn = "h0down"
  13. input_left_btn = "h0left"
  14. input_right_btn = "h0right"
  15. input_a_btn = "2"
  16. input_x_btn = "3"
  17. input_l_btn = "4"
  18. input_r_btn = "5"
  19. input_l2_btn = "7"
  20. input_l_x_plus_axis = "+0"
  21. input_l_x_minus_axis = "-0"
  22. input_l_y_plus_axis = "+1"
  23. input_l_y_minus_axis = "-1"
  24. input_r_x_plus_btn = "1"
  25. input_r_x_minus_btn = "3"
  26. input_r_y_plus_btn = "2"
  27. input_r_y_minus_btn = "0"
  28.  
  29. input_b_btn_label = "B"
  30. input_y_btn_label = "Y"
  31. input_start_btn_label = "Start"
  32. input_up_btn_label = "D-Pad Up"
  33. input_down_btn_label = "D-Pad Down"
  34. input_left_btn_label = "D-Pad Left"
  35. input_right_btn_label = "D-Pad Right"
  36. input_a_btn_label = "A"
  37. input_l_btn_label = "Left Trigger"
  38. input_r_btn_label = "Right Trigger"
  39. input_l2_btn_label = "Z Trigger"
  40. input_l3_btn_label = "Left Thumb"
  41. input_r3_btn_label = "Right Thumb"
  42. input_l_x_plus_axis_label = "Thumbstick X+"
  43. input_l_x_minus_axis_label = "Thumbstick X-"
  44. input_l_y_plus_axis_label = "Thumbstick Y+"
  45. input_l_y_minus_axis_label = "Thumbstick Y-"
  46. input_r_x_plus_btn_label = "C Up"
  47. input_r_x_minus_btn_label = "C Down"
  48. input_r_y_plus_btn_label = "C Left"
  49. input_r_y_minus_btn_label = "C Right"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement