mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 02:53:05 +00:00
Preserve old DS4 detection behavior on Android 4.3 and below
This commit is contained in:
parent
00a5fed9e9
commit
d46053f8d6
@ -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");
|
||||
context.isNonStandardDualShock4 = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user