mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-23 00:36:41 +00:00
Fix Nyko Playpad input issue
This commit is contained in:
@@ -236,6 +236,11 @@ public class ControllerHandler {
|
|||||||
mapping.isRemote = true;
|
mapping.isRemote = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// NYKO Playpad has a fake hat that mimics the left stick for some reason
|
||||||
|
else if (devName.contains("NYKO PLAYPAD")) {
|
||||||
|
mapping.hatXAxis = -1;
|
||||||
|
mapping.hatYAxis = -1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LimeLog.info("Analog stick deadzone: "+mapping.leftStickDeadzoneRadius+" "+mapping.rightStickDeadzoneRadius);
|
LimeLog.info("Analog stick deadzone: "+mapping.leftStickDeadzoneRadius+" "+mapping.rightStickDeadzoneRadius);
|
||||||
|
|||||||
Reference in New Issue
Block a user