mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 06:10:58 +00:00
Preserve old DS4 detection behavior on Android 4.3 and below
This commit is contained in:
@@ -487,7 +487,7 @@ public class ControllerHandler implements InputManager.InputDeviceListener, UsbD
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (devName.contains("Sony")) {
|
else if (!devName.contains("Xbox") && !devName.contains("XBox") && !devName.contains("X-Box")) {
|
||||||
LimeLog.info("Assuming non-standard DualShock 4 mapping on < 4.4");
|
LimeLog.info("Assuming non-standard DualShock 4 mapping on < 4.4");
|
||||||
context.isNonStandardDualShock4 = true;
|
context.isNonStandardDualShock4 = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user