Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-24 | input_common: Rewrite udp client | german77 | |
2021-02-09 | udp: Silence unused member variable warnings | Lioncash | |
Simply mark them as unused for now. | |||
2021-01-15 | Allow to return up to 16 touch inputs per engine | german | |
2021-01-02 | general: Fix various spelling errors | Morph | |
2020-11-25 | Add multiple udp server support | german | |
2020-10-15 | input_common/CMakeLists: Make some warnings errors | Lioncash | |
Makes the input_common code warnings consistent with the rest of the codebase. | |||
2020-09-04 | Add cemu hook changes related to PR #4609 | german | |
2020-09-04 | Remove RealMotionDevice | german | |
2020-08-26 | Address feedback | Morph | |
2020-08-26 | Project Mjölnir: Part 1 | Morph | |
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com> | |||
2020-03-18 | input_common/udp: Fix clang build issues | ReinUsesLisp | |
2020-02-03 | input_common/udp: Add missing override specifiers | Lioncash | |
Prevents trivial warnings and ensures interfaces are properly maintained between the base class. | |||
2020-02-03 | input_common/udp: Remove unnecessary inclusions | Lioncash | |
2020-01-23 | Input: UDP Client to provide motion and touch controls | fearlessTobi | |
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> |