mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Joystick input: Ignore in-deadzone events from a different device than previous events
Fixes #15465
This commit is contained in:
@@ -33,6 +33,7 @@ enum {
|
||||
DEVICE_ID_ACCELEROMETER = 30,
|
||||
DEVICE_ID_XR_CONTROLLER_LEFT = 40,
|
||||
DEVICE_ID_XR_CONTROLLER_RIGHT = 41,
|
||||
DEVICE_ID_TOUCH = 42,
|
||||
};
|
||||
|
||||
//number of contiguous generic joypad IDs
|
||||
|
||||
Reference in New Issue
Block a user