上传文件至 'source-code/data/plugins'

Add generic usb game controller support. genericusbinput.ini contains the VID and PID for the game controller
This commit is contained in:
zsccat
2020-06-04 12:47:46 +00:00
parent 5bd406c1d9
commit ebc5bc78a1
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,6 @@
#Check you Vendor ID and Product ID in Device Manager or dxdiag tool
[genericusbinput]
VID = 046D
PID = C216
+14
View File
@@ -114,3 +114,17 @@ RIGHT_SIDE_SLIDE_RIGHT = O, Ds4_R_Stick_Right, XINPUT_RRIGHT
# - Right Joystick
# "XINPUT_RLEFT", "XINPUT_RRIGHT", "XINPUT_RUP", "XINPUT_RDOWN", "XINPUT_RSB"
# --- Generic USB BUTTON NAMES: ---
# - Standard Buttons (Button number in "Game controller settings", max allowed 13 buttons at the moment)
# "GU_BUTTON1", "GU_BUTTON2", "GU_BUTTON3", "GU_BUTTON4", "GU_BUTTON5", "GU_BUTTON6", "GU_BUTTON7", "GU_BUTTON8", "GU_BUTTON9", "GU_BUTTON10", "GU_BUTTON11", "GU_BUTTON12", "GU_BUTTON13"
# - D-Pad Directions
# "GU_DPAD_UP", "GU_DPAD_RIGHT", "GU_DPAD_DOWN", "GU_DPAD_LEFT"
# - Left Joystick
# "GU_L_STICK_UP", "GU_L_STICK_RIGHT", "GU_L_STICK_DOWN", "GU_L_STICK_LEFT"
# - Right Joystick
# "GU_R_STICK_UP", "GU_R_STICK_RIGHT", "GU_R_STICK_DOWN", "GU_R_STICK_LEFT"