Advertisement
Guest User

Untitled

a guest
Oct 28th, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. # 8Bitdo SN30 - http://www.8bitdo.com/ - http://www.8bitdo.com/sn30-sf30/
  2. # Firmware v4.01 - http://support.8bitdo.com/ - http://download.8bitdo.com/Firmware/Controller/SN30+SF30/SN30+SF30_Firmware_V4.01.zip
  3.  
  4. input_driver = "xinput"
  5. input_device = "Bluetooth Wireless Controller "
  6. input_device_display_name = "8Bitdo SN30"
  7.  
  8. # Hex vid:pid and Decimal vid:pid is shown in the "log_verbosity" window, enable "log_verbosity" in retroarch.cfg and run RetroArch.
  9. # Hex vid:pid = 2DC8:2840 -> Decimal vid:pid = 11720:10304
  10. input_vendor_id = "11720"
  11. input_product_id = "10304"
  12.  
  13. input_b_btn = "1"
  14. input_y_btn = "4"
  15. input_select_btn = "10"
  16. input_start_btn = "11"
  17. input_a_btn = "0"
  18. input_x_btn = "3"
  19. input_l_btn = "6"
  20. input_r_btn = "7"
  21.  
  22. input_b_btn_label = "B"
  23. input_y_btn_label = "Y"
  24. input_select_btn_label = "Select"
  25. input_start_btn_label = "Start"
  26. input_a_btn_label = "A"
  27. input_x_btn_label = "X"
  28. input_l_btn_label = "L"
  29. input_r_btn_label = "R"
  30.  
  31. input_up_axis = "-1"
  32. input_down_axis = "+1"
  33. input_left_axis = "-0"
  34. input_right_axis = "+0"
  35.  
  36. input_up_axis_label = "Dpad Up"
  37. input_down_axis_label = "Dpad Down"
  38. input_left_axis_label = "Dpad Left"
  39. input_right_axis_label = "Dpad Right"
  40.  
  41. input_enable_hotkey_btn = "10"
  42. input_exit_emulator_btn = "0"
  43. input_load_state_axis = "-1"
  44. input_menu_toggle_btn = "11"
  45. input_save_state_axis = "+1"
  46. input_state_slot_decrease_axis = "-0"
  47. input_state_slot_increase_axis = "+0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement