german77
|
7b41e71877
|
input_common: Add experimental motion to button
|
3 years ago |
Narr the Reg
|
53ec77c62c
|
input_common: Add property to invert an axis button
|
3 years ago |
Narr the Reg
|
b3b5a11262
|
input_common: Add property to invert an axis button
|
3 years ago |
Narr the Reg
|
94c16132ba
|
yuzu: Add motion preview to controller input
|
3 years ago |
german77
|
dbef75ecdd
|
core: hid: Fix state of capture and home buttons
|
3 years ago |
german77
|
18bb76b6a0
|
core: hid: Remove deadzone of virtual controller
|
3 years ago |
Liam
|
5be8a74b0c
|
general: fix spelling mistakes
|
3 years ago |
Narr the Reg
|
2e388209d7
|
Revert "yuzu: config: Remove player 8 and 9 from config file"
|
3 years ago |
Narr the Reg
|
f6531fb17c
|
yuzu: config: Remove player 8 and 9 from config file
|
3 years ago |
Narr the Reg
|
86a9ed6ef1
|
core: hid: Restore motion state on refresh and clamp motion values
|
3 years ago |
Narr the Reg
|
a146b27325
|
core: hid: Fix native mouse mappings
|
3 years ago |
Narr the Reg
|
8a7dfb2439
|
input_common: Split mouse input into individual devices
|
3 years ago |
arades79
|
60a68839ee
|
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
|
3 years ago |
arades79
|
adcef452e0
|
add static lifetime to constexpr values to force compile time evaluation where possible
Signed-off-by: arades79 <scravers@protonmail.com>
|
3 years ago |
Narr the Reg
|
420560f4d3
|
core: hid: Use gyro thresholds modes set by the game
|
3 years ago |
german77
|
db99ab5431
|
input_common: Implement turbo buttons
|
3 years ago |
Narr the Reg
|
a8579f0b26
|
Revert 9617 and fix it on input_common
|
3 years ago |
Narr the Reg
|
9f9cf5732b
|
core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable
|
3 years ago |
Narr the Reg
|
000a5852ee
|
core: hid: Only set the polling mode to the correct side
|
3 years ago |
Narr the Reg
|
91f98f57b3
|
input_common: Implement joycon ir camera
|
3 years ago |
german77
|
22eb8ce395
|
yuzu: Add ring controller test button
|
3 years ago |
german77
|
5cbeb6f1c4
|
input_common: Use DriverResult on all engines
|
3 years ago |
german77
|
82774f546a
|
Address review comments
|
3 years ago |
Narr the Reg
|
8dbef30cb7
|
core: hid: Fix input regressions
|
3 years ago |
german77
|
b40c5ba2c3
|
input_common: Implement joycon nfc
|
3 years ago |
Narr the Reg
|
59e89afde4
|
core: hid: Enable pulling color data from controllers
|
3 years ago |
Narr the Reg
|
3672362ce1
|
core: hid: Migrate ring from emulated devices to emulated controller
|
3 years ago |
german77
|
c76721182c
|
core: hid: Fix stick minimum range
|
3 years ago |
Narr the Reg
|
243f2931b5
|
input_common: Create an update engine
|
3 years ago |
MonsterDruide1
|
ffc89d8b84
|
TAS: Immediately switch stick to TAS on input
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
|
3 years ago |
bunnei
|
d466f5e2b8
|
core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.
|
3 years ago |
MonsterDruide1
|
f33599d41c
|
TAS: Increase accuracy of Stick inputs
|
3 years ago |
german77
|
3cc666b845
|
input_common: Add virtual gamepad
|
3 years ago |
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.
|
3 years ago |
Lioncash
|
68d9621a8b
|
emulated_controller: Use std::move() in GetMappedDevices()
Avoids churning allocations in a loop.
|
3 years ago |
Lioncash
|
1c9f02790c
|
emulated_console: Amend cast in SetTouch()
id is an int value, not a u32.
|
3 years ago |
Lioncash
|
53eb9406f0
|
emulated_console: std::move() ParamPackages and callbacks where applicable
|
3 years ago |
Liam
|
8fbec5d298
|
externals: update dynarmic, SDL2
|
3 years ago |
Lioncash
|
a9892677ed
|
core/hid/emulated_controller: Use ranges version of transform
Makes the transform calls much nicer to read.
|
3 years ago |
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.
|
3 years ago |
german77
|
23d7d8b9df
|
yuzu-cmd: Fix input callback crash on close
|
3 years ago |
Liam
|
5a712bb51a
|
general: fix compile for Apple Clang
|
3 years ago |
ameerj
|
19ca666e9f
|
Configuration: Add per-game input profiles
|
3 years ago |
Narr the Reg
|
8e0e45dcb9
|
core: hid: Implement true multitouch support
|
3 years ago |
german77
|
06555ad6c0
|
core: hid: Add handheld to nfc devices
|
3 years ago |
Morph
|
9fba74d245
|
general: Enforce C4800 everywhere except in video_core
|
3 years ago |
german77
|
96881efdc3
|
input_common: cache vibration tests
|
3 years ago |
Morph
|
6becbfbaa3
|
general: Fix spelling of "unknown"
|
4 years ago |
german77
|
36d02d1fc3
|
input_common: have an unique vector in callback status
|
4 years ago |
Narr the Reg
|
280a232e27
|
service: nfp: Fix errors to pass unit testing
|
4 years ago |