Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-06-28 | input_common: Remove #pragma warning directives for external headers | Morph | 1 | -7/+0 | |
2021-01-15 | Allow to return up to 16 touch inputs per engine | german | 1 | -7/+9 | |
2020-11-22 | input_common: Treat warnings as errors | Lioncash | 1 | -1/+10 | |
Migrates over warnings as errors for input common to match how the common library treats warnings as errors. | |||||
2020-06-21 | Cleanup after linter | Ameer | 1 | -23/+9 | |
2020-06-21 | GC Adapter Implementation | Ameer | 1 | -9/+23 | |
2020-02-03 | input_common/udp: Remove unnecessary inclusions | Lioncash | 1 | -1/+0 | |
2020-01-23 | Address review comments | FearlessTobi | 1 | -47/+54 | |
2020-01-23 | Input: UDP Client to provide motion and touch controls | fearlessTobi | 1 | -0/+249 | |
An implementation of the cemuhook motion/touch protocol, this adds the ability for users to connect several different devices to citra to send direct motion and touch data to citra. Co-Authored-By: jroweboy <jroweboy@gmail.com> |