Narr the Reg
|
f6531fb17c
|
yuzu: config: Remove player 8 and 9 from config file
|
2023-02-25 22:20:32 -06:00 |
|
liamwhite
|
361dd62847
|
Merge pull request #9848 from german77/metroid_motion
input_common: Implement dedicated motion from mouse
|
2023-02-25 12:44:13 -05:00 |
|
Narr the Reg
|
86a9ed6ef1
|
core: hid: Restore motion state on refresh and clamp motion values
|
2023-02-21 21:55:23 -06:00 |
|
Narr the Reg
|
a146b27325
|
core: hid: Fix native mouse mappings
|
2023-02-21 19:48:38 -06:00 |
|
Narr the Reg
|
8a7dfb2439
|
input_common: Split mouse input into individual devices
|
2023-02-16 14:22:13 -06:00 |
|
Narr the Reg
|
420560f4d3
|
core: hid: Use gyro thresholds modes set by the game
|
2023-02-09 19:07:50 -06:00 |
|
german77
|
db99ab5431
|
input_common: Implement turbo buttons
|
2023-02-01 12:42:05 -06:00 |
|
Narr the Reg
|
a8579f0b26
|
Revert 9617 and fix it on input_common
|
2023-01-25 13:52:50 -06:00 |
|
liamwhite
|
6c7db928fd
|
Merge pull request #9492 from german77/joycon_release
Input_common: Implement custom joycon driver v2
|
2023-01-24 09:29:37 -05:00 |
|
Narr the Reg
|
9f9cf5732b
|
core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable
|
2023-01-20 00:51:46 -06:00 |
|
Narr the Reg
|
000a5852ee
|
core: hid: Only set the polling mode to the correct side
|
2023-01-19 18:05:23 -06:00 |
|
Narr the Reg
|
91f98f57b3
|
input_common: Implement joycon ir camera
|
2023-01-19 18:05:22 -06:00 |
|
german77
|
22eb8ce395
|
yuzu: Add ring controller test button
|
2023-01-19 18:05:22 -06:00 |
|
german77
|
5cbeb6f1c4
|
input_common: Use DriverResult on all engines
|
2023-01-19 18:05:22 -06:00 |
|
german77
|
82774f546a
|
Address review comments
|
2023-01-19 18:05:22 -06:00 |
|
Narr the Reg
|
8dbef30cb7
|
core: hid: Fix input regressions
|
2023-01-19 18:05:22 -06:00 |
|
german77
|
b40c5ba2c3
|
input_common: Implement joycon nfc
|
2023-01-19 18:05:21 -06:00 |
|
Narr the Reg
|
59e89afde4
|
core: hid: Enable pulling color data from controllers
|
2023-01-19 18:05:20 -06:00 |
|
Narr the Reg
|
3672362ce1
|
core: hid: Migrate ring from emulated devices to emulated controller
|
2023-01-19 18:05:20 -06:00 |
|
german77
|
c76721182c
|
core: hid: Fix stick minimum range
|
2023-01-14 11:53:43 -06:00 |
|
Narr the Reg
|
243f2931b5
|
input_common: Create an update engine
|
2023-01-05 19:24:29 -06:00 |
|
MonsterDruide1
|
ffc89d8b84
|
TAS: Immediately switch stick to TAS on input
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
|
2023-01-03 20:08:25 +01:00 |
|
bunnei
|
d466f5e2b8
|
core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.
|
2022-12-30 00:14:53 -08:00 |
|
MonsterDruide1
|
f33599d41c
|
TAS: Increase accuracy of Stick inputs
|
2022-12-25 21:49:09 +01:00 |
|
german77
|
3cc666b845
|
input_common: Add virtual gamepad
|
2022-12-16 18:26:11 -06:00 |
|
Lioncash
|
7a349e99ee
|
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 |
|
Lioncash
|
68d9621a8b
|
emulated_controller: Use std::move() in GetMappedDevices()
Avoids churning allocations in a loop.
|
2022-12-05 18:27:15 -05:00 |
|
Lioncash
|
1c9f02790c
|
emulated_console: Amend cast in SetTouch()
id is an int value, not a u32.
|
2022-12-05 18:15:23 -05:00 |
|
Lioncash
|
53eb9406f0
|
emulated_console: std::move() ParamPackages and callbacks where applicable
|
2022-12-05 18:15:19 -05:00 |
|
liamwhite
|
caa1555bc2
|
Merge pull request #9273 from ameerj/per-game-profile
Configuration: Add per-game input profiles
|
2022-12-04 13:38:01 -05:00 |
|
Liam
|
8fbec5d298
|
externals: update dynarmic, SDL2
|
2022-12-04 10:12:26 -05:00 |
|
liamwhite
|
e20c5a0b7f
|
Merge pull request #9289 from liamwhite/fruit-company
general: fix compile for Apple Clang
|
2022-12-03 12:09:21 -05:00 |
|
Lioncash
|
a9892677ed
|
core/hid/emulated_controller: Use ranges version of transform
Makes the transform calls much nicer to read.
|
2022-11-28 10:00:42 -05:00 |
|
Lioncash
|
0862aabdc6
|
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.
|
2022-11-28 10:00:37 -05:00 |
|
german77
|
23d7d8b9df
|
yuzu-cmd: Fix input callback crash on close
|
2022-11-27 10:53:22 -06:00 |
|
Liam
|
5a712bb51a
|
general: fix compile for Apple Clang
|
2022-11-22 22:22:28 -05:00 |
|
ameerj
|
19ca666e9f
|
Configuration: Add per-game input profiles
|
2022-11-20 14:06:31 -05:00 |
|
Narr the Reg
|
8e0e45dcb9
|
core: hid: Implement true multitouch support
|
2022-11-19 08:44:33 -06:00 |
|
liamwhite
|
1910dce4a4
|
Merge pull request #9113 from german77/peer_pressure
service: nfp: Allow amiibos without keys
|
2022-10-25 12:13:31 -04:00 |
|
liamwhite
|
f25243fd9d
|
Merge pull request #9107 from german77/gidoly_rules
input_common: cache vibration tests
|
2022-10-25 12:13:18 -04:00 |
|
german77
|
06555ad6c0
|
core: hid: Add handheld to nfc devices
|
2022-10-22 14:05:00 -05:00 |
|
Morph
|
9fba74d245
|
general: Enforce C4800 everywhere except in video_core
|
2022-10-22 15:02:04 -04:00 |
|
german77
|
96881efdc3
|
input_common: cache vibration tests
|
2022-10-21 00:24:08 -05:00 |
|
Morph
|
6becbfbaa3
|
general: Fix spelling of "unknown"
|
2022-10-16 00:46:22 -04:00 |
|
german77
|
36d02d1fc3
|
input_common: have an unique vector in callback status
|
2022-10-09 12:49:18 -05:00 |
|
Narr the Reg
|
280a232e27
|
service: nfp: Fix errors to pass unit testing
|
2022-10-03 18:06:55 -05:00 |
|
bunnei
|
e23adcd481
|
Merge pull request #8955 from german77/amiibo-rewrite
core: nfp: Rewrite implementation to remove direct access from the frontend
|
2022-10-02 14:28:43 -07:00 |
|
german77
|
d389a05005
|
service: nfp: address comments
|
2022-10-02 12:32:26 -05:00 |
|
german77
|
3be3a16c01
|
core: hid: Add nfc support to emulated controller
|
2022-10-02 12:32:26 -05:00 |
|
Zwip-Zwap Zapony
|
2eb08dac0f
|
Fix "controller.colors_state.right" being "left"
|
2022-10-01 18:18:08 +02:00 |
|