Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_common/CMakeLists: Make some warnings errors | Lioncash | 2020-10-16 | 1 | -15/+13 |
| | | | | | Makes the input_common code warnings consistent with the rest of the codebase. | ||||
* | Add cemu hook changes related to PR #4609 | german | 2020-09-05 | 1 | -71/+110 |
| | |||||
* | Remove RealMotionDevice | german | 2020-09-05 | 1 | -1/+1 |
| | |||||
* | Address feedback | Morph | 2020-08-26 | 1 | -3/+2 |
| | |||||
* | Project Mjölnir: Part 1 | Morph | 2020-08-26 | 1 | -4/+11 |
| | | | | | Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com> | ||||
* | input_common/udp: Fix clang build issues | ReinUsesLisp | 2020-03-18 | 1 | -1/+2 |
| | |||||
* | input_common/udp: Add missing override specifiers | Lioncash | 2020-02-03 | 1 | -2/+2 |
| | | | | | Prevents trivial warnings and ensures interfaces are properly maintained between the base class. | ||||
* | input_common/udp: Remove unnecessary inclusions | Lioncash | 2020-02-03 | 1 | -1/+3 |
| | |||||
* | Input: UDP Client to provide motion and touch controls | fearlessTobi | 2020-01-23 | 1 | -0/+96 |
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> |