Skip to content

Commit

Permalink
Update to allow the SOCD none mode in the new USB HID input mode (#…
Browse files Browse the repository at this point in the history
…1249)

Very small PR to address #1248

This allows SOCD none in the new USB HID mode.
  • Loading branch information
TheTrainGoes authored Dec 28, 2024
1 parent eede7e2 commit fe1328b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion headers/gamepad.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ class Gamepad {
inline static const SOCDMode resolveSOCDMode(const GamepadOptions& options) {
return (options.socdMode == SOCD_MODE_BYPASS &&
(options.inputMode == INPUT_MODE_PS3 ||
options.inputMode == INPUT_MODE_GENERIC ||
options.inputMode == INPUT_MODE_SWITCH ||
options.inputMode == INPUT_MODE_NEOGEO ||
options.inputMode == INPUT_MODE_PS4)) ?
Expand Down

0 comments on commit fe1328b

Please sign in to comment.