Narr the Reg
3554c18269
core/hid: Cancel any vibration after the test
5 years ago
Narr the Reg
3e0a577553
core/hid: Fix faulty analog triggers
5 years ago
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.
5 years ago
Narr the Reg
66a86f54af
service/hid: Improve console motion accuracy
5 years ago
german77
2352826bf7
service/hid: Implement SetNpadJoyAssignmentMode
5 years ago
german77
2ba6890141
core/hid: Add missing controller type
5 years ago
german77
5fae083bc3
core/hid: Ensure only valid npad are connected
5 years ago
Morph
ef31afb71f
input_interpreter: Make use of NpadButton instead of a u64
Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
5 years ago
Morph
978c1c2853
core: hid: hid_types: Add "All" to NpadButton
This represents a bitmask for all pressed buttons
5 years ago
Morph
715d4bdbc6
core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration
5 years ago
Morph
bc2f114e75
core: hid: Mark constructors as explicit
5 years ago
Morph
24b6822c56
core: hid: Cleanup and amend documentation
5 years ago
german77
b7357d95a7
settings: Add debug setting to enable all controllers
5 years ago
german77
8df8dd6c5c
config: Remove vibration configuration
5 years ago
Narr the Reg
7b56b2cab6
input_common: Fully implement UDP controllers
5 years ago
Narr the Reg
d20817d2f1
service/hid: Finish converting LIFO objects and address some nits
5 years ago
german77
af121ded18
bootmanager: Use cross-platform keyboard input
5 years ago
german77
30de38ee7f
kraken: Address comments from review
Fix compiler bug
5 years ago
german77
25521cd948
core/hid: Improve accuary of mouse implementation
5 years ago
german77
dfb63175d1
core/hid: Fully implement native mouse
5 years ago
german77
6032358402
input_common: Allow keyboard to be backwards compatible
5 years ago
german77
ebfe40dec8
core/hid: Improve accuracy of the keyboard implementation
5 years ago
german77
41dbb2d3cb
core/hid: Fix keyboard alignment
5 years ago
german77
99485a06a7
core/hid: Remove usage of native types, fix a couple of errors with motion
5 years ago
german77
d12525737a
service/hid: Remove includes of core.h and settings.h
5 years ago
german77
8d9d6516fd
service/hid: Add support for new controllers
5 years ago
german77
0cf8201c5d
settings: Fix controller preview not displaying the correct controller
5 years ago
german77
8517d89be0
core/hid: Rename NpadType to NpadStyleIndex
5 years ago
german77
ddcdaac727
config: Cleanup and documentation
5 years ago
german77
a4cdafed54
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
5 years ago
german77
93997b234f
core/hid: Fully emulate motion from button
5 years ago
german77
4736326a05
second commit lion review
5 years ago
german77
a8852024b6
settings: Fix Debug controller type options
5 years ago
german77
9f91335a71
kraken: Address comments from review
start lion review
5 years ago
german77
f63c6fce6d
input_common: Revert deleted TAS functions
5 years ago
german77
df91c97a36
core/hid: Explain better what a temporary value does
5 years ago
german77
92a9205566
core/hid: Update structs to 13.1.0
5 years ago
german77
d0389d2971
core/hid: Add TAS input
5 years ago
german77
124404e756
input_common: Add multiple vibration curves
5 years ago
german77
012691087a
core/hid: Rework battery mappings
5 years ago
german77
ae6ba2c8bd
input_common: Add manual update options to input devices
5 years ago
german77
d1bac9024d
settings: Fix mouse and keyboard mappings
5 years ago
german77
d813cbd592
Morph review first wave
5 years ago
german77
498dd14bc7
yuzu: Fix loading input profiles
5 years ago
german77
b3f59b4407
kraken: Address comments from review
review fixes
5 years ago
german77
8ea02d19a1
service/hid: Fix gesture input
5 years ago
german77
6774c7988b
configuration: Migrate controller settings to emulated controller
5 years ago
german77
6c7814bc9c
core/hid: Fix rumble too strong at 1%
5 years ago
german77
00f654cd22
core/hid: Only signal when needed
5 years ago
german77
88cb39be9f
hid: Fix controller connection/disconnection
5 years ago