summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core/hid: Add fallback to fullkey controllersgerman772022-01-021-4/+30
|
* core/hid: Fix controller type validationgerman772021-12-301-5/+7
|
* core/hid: Cancel any vibration after the testNarr the Reg2021-12-161-12/+7
|
* core/hid: Fix faulty analog triggersNarr the Reg2021-12-151-2/+2
|
* common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-41/+54
| | | | | | | | | 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.
* core/hid: Add missing controller typegerman772021-12-051-0/+2
|
* core/hid: Ensure only valid npad are connectedgerman772021-12-051-0/+43
|
* settings: Add debug setting to enable all controllersgerman772021-11-281-0/+20
|
* config: Remove vibration configurationgerman772021-11-271-2/+3
|
* service/hid: Finish converting LIFO objects and address some nitsNarr the Reg2021-11-251-1/+1
|
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-251-2/+2
|
* settings: Fix controller preview not displaying the correct controllergerman772021-11-251-2/+2
|
* core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-251-22/+22
|
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772021-11-251-10/+58
|
* core/hid: Fully emulate motion from buttongerman772021-11-251-1/+10
|
* second commit lion reviewgerman772021-11-251-2/+3
|
* settings: Fix Debug controller type optionsgerman772021-11-251-3/+8
|
* kraken: Address comments from reviewgerman772021-11-251-43/+45
| | | | start lion review
* input_common: Revert deleted TAS functionsgerman772021-11-251-22/+22
|
* core/hid: Explain better what a temporary value doesgerman772021-11-251-18/+20
|
* core/hid: Add TAS inputgerman772021-11-251-0/+72
|
* input_common: Add multiple vibration curvesgerman772021-11-251-1/+9
|
* core/hid: Rework battery mappingsgerman772021-11-251-20/+30
|
* input_common: Add manual update options to input devicesgerman772021-11-251-0/+9
|
* settings: Fix mouse and keyboard mappingsgerman772021-11-251-4/+4
|
* Morph review first wavegerman772021-11-251-3/+3
|
* kraken: Address comments from reviewgerman772021-11-251-3/+9
| | | | review fixes
* service/hid: Fix gesture inputgerman772021-11-251-4/+0
|
* configuration: Migrate controller settings to emulated controllergerman772021-11-251-1/+0
|
* core/hid: Fix rumble too strong at 1%german772021-11-251-12/+22
|
* core/hid: Only signal when neededgerman772021-11-251-123/+136
|
* hid: Fix controller connection/disconnectiongerman772021-11-251-21/+77
|
* kraken: Fix errors from rebase and format filesgerman772021-11-251-1/+5
|
* core/hid: Add output devicesgerman772021-11-251-27/+92
|
* core/hid: Add emulated controllersgerman772021-11-251-0/+745