GPD_Q9.cfg 912 B

1234567891011121314151617181920212223242526272829303132
  1. # Verify if analog right works properly
  2. input_driver = "android"
  3. # Currently Retroarch can't differentiate between input devices
  4. # sharing the same input_vendor_id, input_product_id, and
  5. # input_device. We decided to disable the duplicates until
  6. # Retroarch implements a feature to disambiguate between them.
  7. # This file was commented in favor of: DualShock3.cfg
  8. #input_device = "PlayStation3"
  9. input_b_btn = "97"
  10. input_y_btn = "100"
  11. input_select_btn = "109"
  12. input_start_btn = "108"
  13. input_up_btn = "19"
  14. input_down_btn = "20"
  15. input_left_btn = "21"
  16. input_right_btn = "22"
  17. input_a_btn = "96"
  18. input_x_btn = "99"
  19. input_l_btn = "102"
  20. input_r_btn = "103"
  21. input_l2_btn = "104"
  22. input_r2_btn = "105"
  23. input_l_x_plus_axis = "+0"
  24. input_l_x_minus_axis = "-0"
  25. input_l_y_plus_axis = "+1"
  26. input_l_y_minus_axis = "-1"
  27. input_r_x_plus_axis = "+2"
  28. input_r_x_minus_axis = "-2"
  29. input_r_y_plus_axis = "+3"
  30. input_r_y_minus_axis = "-3"