mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Joystick input: Ignore in-deadzone events from a different device than previous events
Fixes #15465
This commit is contained in:
@@ -583,6 +583,7 @@ void JoystickHistoryView::Update() {
|
||||
|
||||
AnalogSetupScreen::AnalogSetupScreen() {
|
||||
mapper_.SetCallbacks([](int vkey) {}, [](int vkey) {}, [&](int stick, float x, float y) {
|
||||
NOTICE_LOG(COMMON, "analog value from mapper: %f %f", x, y);
|
||||
analogX_[stick] = x;
|
||||
analogY_[stick] = y;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user