97bd6d6418
core: hid: Allow to calibrate gyro sensor
2023-05-08 12:06:38 -06:00
cf023aa8ec
core: hid: Update motion on a better place
2023-05-07 17:01:57 -06:00
46e835f2d6
yuzu: Add motion preview to controller input
2023-05-05 13:53:38 -06:00
600f325d87
general: fix spelling mistakes
2023-03-12 11:33:01 -04:00
ff11fdb07e
Revert "yuzu: config: Remove player 8 and 9 from config file"
2023-02-26 14:39:13 -06:00
60688bf0d5
yuzu: config: Remove player 8 and 9 from config file
2023-02-25 22:20:32 -06:00
5e9fa5def5
core: hid: Use gyro thresholds modes set by the game
2023-02-09 19:07:50 -06:00
75e81885b0
input_common: Implement turbo buttons
2023-02-01 12:42:05 -06:00
4a307a7b3a
core: hid: Only set the polling mode to the correct side
2023-01-19 18:05:23 -06:00
459fb2b213
input_common: Implement joycon ir camera
2023-01-19 18:05:22 -06:00
5cb437703f
yuzu: Add ring controller test button
2023-01-19 18:05:22 -06:00
1c08d532e0
core: hid: Fix input regressions
2023-01-19 18:05:22 -06:00
ed5fa10e97
core: hid: Enable pulling color data from controllers
2023-01-19 18:05:20 -06:00
a4074001fe
core: hid: Migrate ring from emulated devices to emulated controller
2023-01-19 18:05:20 -06:00
243404bf34
input_common: Add virtual gamepad
2022-12-16 18:26:11 -06:00
e4a16f50ef
emulated_controller: Remove unused parameter in GetMappedDevices()
...
This isn't used, so it can be removed to make the function a little
nicer.
2022-12-05 18:27:18 -05:00
9737615948
general: fix compile for Apple Clang
2022-11-22 22:22:28 -05:00
7f66050f0c
input_common: cache vibration tests
2022-10-21 00:24:08 -05:00
8a3d22c4bd
core: hid: Add nfc support to emulated controller
2022-10-02 12:32:26 -05:00
d1ef4b2b86
Merge pull request #8566 from german77/galaxy
...
core: hid: Add fallback for dualjoycon and pro controllers
2022-08-26 16:23:41 -07:00
301702e548
hid: core: Properly emulate controller color and battery level
2022-08-08 13:12:02 -05:00
57311b2c8b
core: hid: Add cammera support
2022-07-23 19:40:25 -05:00
18550b165b
core: hid: Add fallback for dualjoycon and pro controllers
2022-07-10 20:27:40 -05:00
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.
2022-04-23 05:55:32 -04:00
fa5277ecdb
core: hid: Reduce the amount of dataraces
2022-04-07 13:18:03 -05:00
6a1ad03153
nfp: Separate nfc tag from amiibo data
2022-02-10 10:58:37 -06:00
fc9abd3c62
nfp: Improve implementation
2022-02-08 10:08:04 -06:00
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).
2022-02-02 12:17:08 -05:00
72c8a94a6c
yuzu: Add controller hotkeys
2022-01-06 21:26:05 -06:00
b94e947793
core/hid: Add home and screenshot button support
2022-01-06 21:11:27 -06:00
7a13a515d9
core/hid: Add fallback to fullkey controllers
2022-01-01 22:01:13 -06:00
9ee5c4ec56
core/hid: Fix controller type validation
2021-12-29 22:51:53 -06:00
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.
2021-12-13 21:22:02 -05:00
7fe455e42e
core/hid: Ensure only valid npad are connected
2021-12-04 23:20:18 -06:00
b9b28c0457
core: hid: Cleanup and amend documentation
2021-11-29 17:20:14 -05:00
71f9b90dd9
core/hid: Remove usage of native types, fix a couple of errors with motion
2021-11-24 20:30:28 -06:00
5d0f3540c4
core/hid: Rename NpadType to NpadStyleIndex
2021-11-24 20:30:27 -06:00
157e0b85fd
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
2021-11-24 20:30:27 -06:00
136eb9c4c2
core/hid: Fully emulate motion from button
2021-11-24 20:30:27 -06:00
2b1b0c2a30
kraken: Address comments from review
...
start lion review
2021-11-24 20:30:26 -06:00
5f69fdbfcc
core/hid: Explain better what a temporary value does
2021-11-24 20:30:26 -06:00
c085e54316
core/hid: Add TAS input
2021-11-24 20:30:26 -06:00
064ddacf49
core/hid: Rework battery mappings
2021-11-24 20:30:26 -06:00
b564f024f0
Morph review first wave
2021-11-24 20:30:25 -06:00
b5e72de753
kraken: Address comments from review
...
review fixes
2021-11-24 20:30:25 -06:00
af55dd1935
configuration: Migrate controller settings to emulated controller
2021-11-24 20:30:25 -06:00
601ac43495
core/hid: Only signal when needed
2021-11-24 20:30:24 -06:00
4d308fd0b4
hid: Fix controller connection/disconnection
2021-11-24 20:30:24 -06:00
72e5920240
core/hid: Documment some files
2021-11-24 20:30:24 -06:00
06a5ef5874
core/hid: Add output devices
2021-11-24 20:30:24 -06:00