Skip to content

Commit

Permalink
restore comments
Browse files Browse the repository at this point in the history
  • Loading branch information
landfillbaby authored Sep 17, 2024
1 parent cdf951a commit ca594f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions android/8BitDo_Pro2.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
# 8BitDo Pro 2 - https://www.8bitdo.com/ - https://www.8bitdo.com/pro2/
# Firmware v1.05 - https://support.8bitdo.com/ - https://support.8bitdo.com/firmware-updater.html
# This is with the device started in Android (D-Input) mode.
input_driver = "android"

# Firmware v1.05 or newer
input_driver = "android"
input_device = "8BitDo Pro 2"
# on USB, input_device = "8BitDo 8BitDo Pro 2". See below.
input_device_display_name = "8BitDo Pro 2"
# Hex vid:pid and Decimal vid:pid is shown in the "log_verbosity" window, enable "log_verbosity" in retroarch.cfg and run RetroArch.
# Hex vid:pid = 2DC8:6006 -> Decimal vid:pid = 11720:24582
input_vendor_id = "11720"
input_product_id = "24582"

# Firmware before v1.05 has different PID depending on connection type.
input_device_alt1 = "8BitDo Pro 2"
input_device_display_name_alt1 = "8BitDo Pro 2 (old firmware, Bluetooth)"
# Hex vid:pid = 2DC8:6103 -> Decimal vid:pid = 11720:24835
input_vendor_id_alt1 = "11720"
input_product_id_alt1 = "24835"

# on USB, Android prepends the vendor to the product name, so 8BitDo twice.
input_device_alt2 = "8BitDo 8BitDo Pro 2"
input_device_display_name_alt2 = "8BitDo Pro 2 (old firmware, USB)"
# Hex vid:pid = 2DC8:6003 -> Decimal vid:pid = 11720:24579
input_vendor_id_alt2 = "11720"
input_product_id_alt2 = "24579"

Expand Down

0 comments on commit ca594f1

Please sign in to comment.