| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-13 | common/input: Avoid numerous large copies of CallbackStatus | Lioncash | |
| CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying. | |||
| 2021-11-26 | input_common: Fully implement UDP controllers | Narr the Reg | |
| 2021-11-24 | core/hid: Fully implement native mouse | german77 | |
| 2021-11-24 | core/hid: Remove usage of native types, fix a couple of errors with motion | german77 | |
| 2021-11-24 | service/hid: Remove includes of core.h and settings.h | german77 | |
| 2021-11-24 | config: Cleanup and documentation | german77 | |
| 2021-11-24 | second commit lion review | german77 | |
| 2021-11-24 | settings: Fix Debug controller type options | german77 | |
| 2021-11-24 | kraken: Address comments from review | german77 | |
| start lion review | |||
| 2021-11-24 | Morph review first wave | german77 | |
| 2021-11-24 | kraken: Address comments from review | german77 | |
| review fixes | |||
| 2021-11-24 | service/hid: Fix gesture input | german77 | |
| 2021-11-24 | hid: Fix controller connection/disconnection | german77 | |
| 2021-11-24 | core/hid: Add emulated controllers | german77 | |
