summaryrefslogtreecommitdiffstats
path: root/src/core/hid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8272 from german77/stick_rangebunnei2022-05-031-2/+2
|\ | | | | yuzu: config: Improve analog stick mapping
| * yuzu: Config allow to delete single axis directions when buttons are mapped to a stickNarr the Reg2022-04-271-2/+2
| |
* | service: hid: Ensure all structs are initializedNarr the Reg2022-04-241-36/+36
|/
* general: Convert source file copyright comments over to SPDXMorph2022-04-2315-45/+30
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service: hid: Improve accuracy of sixaxis functionsNarr the Reg2022-04-181-2/+3
|
* yuzu: Add custom ringcon configurationgerman772022-04-162-0/+79
|
* core: hid: Fix double lock on softlock and forced updatesNarr the Reg2022-04-081-2/+12
|
* core: hid: Replace lock_guard with scoped_lockNarr the Reg2022-04-073-44/+44
|
* core: hid: Reduce the amount of dataracesgerman772022-04-076-176/+246
|
* Merge pull request #7867 from german77/amiibobunnei2022-02-192-2/+15
|\ | | | | nfp: Improve amiibo support
| * nfp: Separate nfc tag from amiibo dataNarr the Reg2022-02-101-2/+7
| |
| * nfp: Improve implementationgerman772022-02-082-0/+8
| |
* | general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-053-11/+11
| | | | | | | | This completes the removal of the old UUID implementation.
* | input/hid: Migrate to the new UUID implementationMorph2022-02-053-15/+16
|/
* Merge pull request #7839 from german77/batterybunnei2022-02-051-1/+1
|\ | | | | yuzu: ui: Improve battery symbols
| * yuzu: ui: Improve battery symbolsNarr the Reg2022-02-021-1/+1
| |
* | general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash2022-02-023-2/+2
|/ | | | | | | | This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be).
* input_common: Add option to configure gyro thresholdgerman772022-01-242-2/+3
|
* Merge pull request #7710 from german77/just-shake-itbunnei2022-01-211-1/+1
|\ | | | | core/hid: Increment shake force
| * core/hid: Increment shake forceNarr the Reg2022-01-141-1/+1
| | | | | | With the current settings 2p mode in pokemon let's go wasn't showing up. By making the shake more violent we can make it appear without any effort using the keyboard
* | Merge pull request #7728 from v1993/patch-4Mai M2022-01-171-1/+1
|\ \ | | | | | | hid: fix std::transform call
| * | hid: fix std::transform callValeri2022-01-171-1/+1
| | | | | | | | | Found by static analysis with PVS-Studio.
* | | Correct assignment source for rotationsValeri2022-01-171-1/+1
|/ / | | | | Found by static analysis with PVS-Studio
* | Merge pull request #7700 from german77/no-gyrobunnei2022-01-141-1/+1
|\ \ | |/ |/| core/hid: Reduce gyro threshold even more
| * core/hid: Reduce gyro threshold even moreNarr the Reg2022-01-121-1/+1
| |
* | Merge pull request #7633 from german77/hotkeysbunnei2022-01-113-1/+75
|\ \ | |/ |/| yuzu: Add controller hotkeys
| * yuzu: Add controller hotkeysgerman772022-01-072-0/+29
| |
| * core/hid: Add home and screenshot button supportgerman772022-01-073-1/+46
| |
* | Merge pull request #7682 from german77/udp_fixbunnei2022-01-081-2/+6
|\ \ | | | | | | input_common: Fix UDP controller mappings
| * | yuzu: Use pad parameter to choose the correct controllergerman772022-01-071-2/+6
| |/
* / core/hid: Set minimum gyro thresholdgerman772022-01-071-0/+1
|/
* core/hid: Add fallback to fullkey controllersgerman772022-01-022-4/+36
|
* core/hid: Fix controller type validationgerman772021-12-302-8/+14
|
* Merge pull request #7481 from german77/gyro-biasbunnei2021-12-214-6/+16
|\ | | | | service/hid: Improve console motion accuracy
| * service/hid: Improve console motion accuracyNarr the Reg2021-12-134-6/+16
| |
* | core/hid: Cancel any vibration after the testNarr the Reg2021-12-162-12/+14
| |
* | core/hid: Fix faulty analog triggersNarr the Reg2021-12-151-2/+2
| |
* | common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-146-92/+118
| | | | | | | | | | | | | | | | | | 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.
* | service/hid: Implement SetNpadJoyAssignmentModegerman772021-12-052-0/+13
|/
* core/hid: Add missing controller typegerman772021-12-051-0/+2
|
* core/hid: Ensure only valid npad are connectedgerman772021-12-055-1/+70
|
* input_interpreter: Make use of NpadButton instead of a u64Morph2021-11-302-9/+9
| | | | Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
* core: hid: hid_types: Add "All" to NpadButtonMorph2021-11-301-0/+2
| | | | This represents a bitmask for all pressed buttons
* core: hid: hid_core: Add (Enable/DIsable)AllControllerConfigurationMorph2021-11-292-0/+32
|
* core: hid: Mark constructors as explicitMorph2021-11-292-2/+2
|
* core: hid: Cleanup and amend documentationMorph2021-11-294-69/+76
|
* settings: Add debug setting to enable all controllersgerman772021-11-281-0/+20
|
* config: Remove vibration configurationgerman772021-11-271-2/+3
|
* input_common: Fully implement UDP controllersNarr the Reg2021-11-261-2/+4
|
* service/hid: Finish converting LIFO objects and address some nitsNarr the Reg2021-11-252-4/+4
|
* bootmanager: Use cross-platform keyboard inputgerman772021-11-251-1/+1
|
* kraken: Address comments from reviewgerman772021-11-251-1/+2
| | | | Fix compiler bug
* core/hid: Improve accuary of mouse implementationgerman772021-11-254-20/+33
|
* core/hid: Fully implement native mousegerman772021-11-255-56/+165
|
* input_common: Allow keyboard to be backwards compatiblegerman772021-11-251-6/+22
|
* core/hid: Improve accuracy of the keyboard implementationgerman772021-11-252-132/+269
|
* core/hid: Fix keyboard alignmentgerman772021-11-251-12/+13
|
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-254-8/+69
|
* service/hid: Remove includes of core.h and settings.hgerman772021-11-253-3/+2
|
* service/hid: Add support for new controllersgerman772021-11-251-1/+1
|
* settings: Fix controller preview not displaying the correct controllergerman772021-11-251-2/+2
|
* core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-253-34/+41
|
* config: Cleanup and documentationgerman772021-11-251-1/+5
|
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772021-11-252-13/+61
|
* core/hid: Fully emulate motion from buttongerman772021-11-254-36/+70
|
* second commit lion reviewgerman772021-11-256-11/+29
|
* settings: Fix Debug controller type optionsgerman772021-11-253-6/+12
|
* kraken: Address comments from reviewgerman772021-11-258-146/+173
| | | | start lion review
* input_common: Revert deleted TAS functionsgerman772021-11-251-22/+22
|
* core/hid: Explain better what a temporary value doesgerman772021-11-252-24/+28
|
* core/hid: Update structs to 13.1.0german772021-11-253-8/+18
|
* core/hid: Add TAS inputgerman772021-11-252-0/+81
|
* input_common: Add multiple vibration curvesgerman772021-11-251-1/+9
|
* core/hid: Rework battery mappingsgerman772021-11-254-30/+54
|
* input_common: Add manual update options to input devicesgerman772021-11-251-0/+9
|
* settings: Fix mouse and keyboard mappingsgerman772021-11-253-11/+19
|
* Morph review first wavegerman772021-11-258-57/+57
|
* yuzu: Fix loading input profilesgerman772021-11-251-0/+2
|
* kraken: Address comments from reviewgerman772021-11-255-8/+14
| | | | review fixes
* service/hid: Fix gesture inputgerman772021-11-253-27/+37
|
* configuration: Migrate controller settings to emulated controllergerman772021-11-254-4/+30
|
* core/hid: Fix rumble too strong at 1%german772021-11-251-12/+22
|
* core/hid: Only signal when neededgerman772021-11-253-126/+141
|
* hid: Fix controller connection/disconnectiongerman772021-11-254-30/+95
|
* core/hid: Documment some filesgerman772021-11-254-52/+265
|
* kraken: Fix errors from rebase and format filesgerman772021-11-251-1/+5
|
* core/hid: Add output devicesgerman772021-11-253-29/+121
|
* core: Update input interpretergerman772021-11-252-51/+18
|
* core/hid: Add emulated controllersgerman772021-11-258-0/+2017
|
* core/hid: Move motion_input, create input converter and hid_typesgerman772021-11-255-0/+1159
|
* core/hid: Move input_interpreter to hidgerman772021-11-252-0/+206