Skip to content

Commit 9ff72b0

Browse files
committed
fix xbox?
1 parent fe5fbf6 commit 9ff72b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/stuypulse/stuylib/input/gamepads/AutoGamepad.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private Gamepad forceDetectGamepad() {
6767
if (type == null) return mNull;
6868
else {
6969
switch (type) {
70-
case kXInputGamepad:
70+
case kXInputUnknown:
7171
return mXbox;
7272
case kHIDJoystick:
7373
return mLogitech;

0 commit comments

Comments
 (0)