Liam
6d2c597371
externals: update dynarmic, SDL2
3 years ago
Lioncash
780ae92265
core/hid/emulated_controller: Use ranges version of transform
Makes the transform calls much nicer to read.
3 years ago
Lioncash
2ec7d0b5fd
common/input: Add helpers functions for creating input and output devices
Avoids the redundancy of needing to explictly specify the common
namespace and the type.
3 years ago
german77
2ccbf5abdd
core: hid: Add handheld to nfc devices
3 years ago
Morph
e6ab1f673b
general: Enforce C4800 everywhere except in video_core
3 years ago
german77
7f66050f0c
input_common: cache vibration tests
3 years ago
Narr the Reg
e85c19adcb
service: nfp: Fix errors to pass unit testing
3 years ago
german77
8a3d22c4bd
core: hid: Add nfc support to emulated controller
3 years ago
Zwip-Zwap Zapony
31e3437a2f
Fix "controller.colors_state.right" being "left"
3 years ago
Narr the Reg
dc8d42243b
core: hid: Fix GC triggers overwritting ZL and ZR buttons
3 years ago
Narr the Reg
301702e548
hid: core: Properly emulate controller color and battery level
3 years ago
Narr the Reg
80b462e553
hid: core: Delay the stop vibration command when testing
3 years ago
german77
57311b2c8b
core: hid: Add cammera support
4 years ago
german77
18550b165b
core: hid: Add fallback for dualjoycon and pro controllers
4 years ago
Narr the Reg
bf948b5790
input_common: Make vibration request async
4 years ago
Morph
99ceb03a1c
general: Convert source file copyright comments over to SPDX
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.
4 years ago
Narr the Reg
bbaa08d7f0
core: hid: Fix double lock on softlock and forced updates
4 years ago
Narr the Reg
9c85cb354a
core: hid: Replace lock_guard with scoped_lock
4 years ago
german77
fa5277ecdb
core: hid: Reduce the amount of dataraces
4 years ago
german77
fc9abd3c62
nfp: Improve implementation
5 years ago
Morph
25db62ce15
general: Rename NewUUID to UUID, and remove the previous UUID impl
This completes the removal of the old UUID implementation.
4 years ago
Morph
cb30fe50cd
input/hid: Migrate to the new UUID implementation
4 years ago
german77
ebf19616f4
input_common: Add option to configure gyro threshold
4 years ago
Valeri
8eddafd9d0
hid: fix std::transform call
Found by static analysis with PVS-Studio.
4 years ago
german77
873d26b335
yuzu: Use pad parameter to choose the correct controller
4 years ago
german77
72c8a94a6c
yuzu: Add controller hotkeys
4 years ago
german77
b94e947793
core/hid: Add home and screenshot button support
4 years ago
german77
7a13a515d9
core/hid: Add fallback to fullkey controllers
4 years ago
german77
9ee5c4ec56
core/hid: Fix controller type validation
4 years ago
Narr the Reg
c82e6dc810
core/hid: Cancel any vibration after the test
4 years ago
Narr the Reg
6aac5d4c27
core/hid: Fix faulty analog triggers
4 years ago
Lioncash
e05d2a70b2
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
german77
7347cdb651
core/hid: Add missing controller type
4 years ago
german77
7fe455e42e
core/hid: Ensure only valid npad are connected
4 years ago
german77
51df96b7c0
settings: Add debug setting to enable all controllers
4 years ago
german77
182cd9004f
config: Remove vibration configuration
4 years ago
Narr the Reg
23bf2e3bb6
service/hid: Finish converting LIFO objects and address some nits
4 years ago
german77
71f9b90dd9
core/hid: Remove usage of native types, fix a couple of errors with motion
4 years ago
german77
d14e74132c
settings: Fix controller preview not displaying the correct controller
4 years ago
german77
5d0f3540c4
core/hid: Rename NpadType to NpadStyleIndex
4 years ago
german77
157e0b85fd
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
4 years ago
german77
136eb9c4c2
core/hid: Fully emulate motion from button
4 years ago
german77
77fa4d4bf6
second commit lion review
4 years ago
german77
730f078302
settings: Fix Debug controller type options
4 years ago
german77
2b1b0c2a30
kraken: Address comments from review
start lion review
4 years ago
german77
61d9eb9f69
input_common: Revert deleted TAS functions
4 years ago
german77
5f69fdbfcc
core/hid: Explain better what a temporary value does
4 years ago
german77
c085e54316
core/hid: Add TAS input
4 years ago
german77
7348e205d9
input_common: Add multiple vibration curves
4 years ago
german77
064ddacf49
core/hid: Rework battery mappings
4 years ago