german77
9cd698e8ad
service: nfc: Ensure controller is in the correct mode
3 years ago
Narr the Reg
84d43489c5
input_common: Implement native mifare support
3 years ago
Narr the Reg
5c1310dc5d
core: hid: Finish linking motion from virtual controllers
3 years ago
Narr the Reg
97bd6d6418
core: hid: Allow to calibrate gyro sensor
3 years ago
german77
cf023aa8ec
core: hid: Update motion on a better place
3 years ago
Narr the Reg
46e835f2d6
yuzu: Add motion preview to controller input
3 years ago
Liam
600f325d87
general: fix spelling mistakes
3 years ago
Narr the Reg
ff11fdb07e
Revert "yuzu: config: Remove player 8 and 9 from config file"
3 years ago
Narr the Reg
60688bf0d5
yuzu: config: Remove player 8 and 9 from config file
3 years ago
Narr the Reg
5e9fa5def5
core: hid: Use gyro thresholds modes set by the game
3 years ago
german77
75e81885b0
input_common: Implement turbo buttons
3 years ago
Narr the Reg
4a307a7b3a
core: hid: Only set the polling mode to the correct side
3 years ago
Narr the Reg
459fb2b213
input_common: Implement joycon ir camera
3 years ago
german77
5cb437703f
yuzu: Add ring controller test button
3 years ago
Narr the Reg
1c08d532e0
core: hid: Fix input regressions
3 years ago
Narr the Reg
ed5fa10e97
core: hid: Enable pulling color data from controllers
3 years ago
Narr the Reg
a4074001fe
core: hid: Migrate ring from emulated devices to emulated controller
3 years ago
german77
243404bf34
input_common: Add virtual gamepad
3 years ago
Lioncash
e4a16f50ef
emulated_controller: Remove unused parameter in GetMappedDevices()
This isn't used, so it can be removed to make the function a little
nicer.
3 years ago
Liam
9737615948
general: fix compile for Apple Clang
3 years ago
german77
7f66050f0c
input_common: cache vibration tests
3 years ago
german77
8a3d22c4bd
core: hid: Add nfc support to emulated controller
3 years ago
Narr the Reg
301702e548
hid: core: Properly emulate controller color and battery level
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
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
german77
fa5277ecdb
core: hid: Reduce the amount of dataraces
4 years ago
Narr the Reg
6a1ad03153
nfp: Separate nfc tag from amiibo data
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
Lioncash
76d83ffbec
general: Move deleted copy/move constructor/assignment operators to public interface
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).
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
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
7fe455e42e
core/hid: Ensure only valid npad are connected
4 years ago
Morph
b9b28c0457
core: hid: Cleanup and amend documentation
4 years ago
german77
71f9b90dd9
core/hid: Remove usage of native types, fix a couple of errors with motion
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
2b1b0c2a30
kraken: Address comments from review
start lion review
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
064ddacf49
core/hid: Rework battery mappings
4 years ago
german77
b564f024f0
Morph review first wave
4 years ago
german77
b5e72de753
kraken: Address comments from review
review fixes
4 years ago
german77
af55dd1935
configuration: Migrate controller settings to emulated controller
4 years ago