Lioncash
726de453bb
common/input: Avoid numerous large copies of CallbackStatus
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.
4 years ago
Narr the Reg
7b56b2cab6
input_common: Fully implement UDP controllers
4 years ago
german77
dfb63175d1
core/hid: Fully implement native mouse
4 years ago
german77
99485a06a7
core/hid: Remove usage of native types, fix a couple of errors with motion
4 years ago
german77
d12525737a
service/hid: Remove includes of core.h and settings.h
4 years ago
german77
ddcdaac727
config: Cleanup and documentation
4 years ago
german77
4736326a05
second commit lion review
4 years ago
german77
a8852024b6
settings: Fix Debug controller type options
4 years ago
german77
9f91335a71
kraken: Address comments from review
start lion review
4 years ago
german77
d813cbd592
Morph review first wave
4 years ago
german77
b3f59b4407
kraken: Address comments from review
review fixes
4 years ago
german77
8ea02d19a1
service/hid: Fix gesture input
4 years ago
german77
88cb39be9f
hid: Fix controller connection/disconnection
4 years ago
german77
5298dba88e
core/hid: Add emulated controllers
4 years ago