index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hid
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: hid: Remove deadzone of virtual controller
german77
2023-04-15
1
-0
/
+4
*
general: fix spelling mistakes
Liam
2023-03-12
4
-8
/
+8
*
Revert "yuzu: config: Remove player 8 and 9 from config file"
Narr the Reg
2023-02-26
3
-98
/
+13
*
yuzu: config: Remove player 8 and 9 from config file
Narr the Reg
2023-02-25
3
-13
/
+98
*
Merge pull request #9848 from german77/metroid_motion
liamwhite
2023-02-25
3
-2
/
+30
|
\
|
*
core: hid: Restore motion state on refresh and clamp motion values
Narr the Reg
2023-02-21
3
-2
/
+30
*
|
core: hid: Fix native mouse mappings
Narr the Reg
2023-02-21
2
-62
/
+50
|
/
*
input_common: Split mouse input into individual devices
Narr the Reg
2023-02-16
2
-1
/
+5
*
core: hid: Use gyro thresholds modes set by the game
Narr the Reg
2023-02-09
5
-6
/
+55
*
input_common: Implement turbo buttons
german77
2023-02-01
2
-1
/
+80
*
Revert 9617 and fix it on input_common
Narr the Reg
2023-01-25
1
-10
/
+2
*
Merge pull request #9492 from german77/joycon_release
liamwhite
2023-01-24
6
-153
/
+295
|
\
|
*
core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable
Narr the Reg
2023-01-20
1
-67
/
+38
|
*
core: hid: Only set the polling mode to the correct side
Narr the Reg
2023-01-19
2
-9
/
+23
|
*
input_common: Implement joycon ir camera
Narr the Reg
2023-01-19
2
-9
/
+17
|
*
yuzu: Add ring controller test button
german77
2023-01-19
2
-5
/
+9
|
*
input_common: Use DriverResult on all engines
german77
2023-01-19
1
-5
/
+5
|
*
Address review comments
german77
2023-01-19
1
-4
/
+2
|
*
core: hid: Fix input regressions
Narr the Reg
2023-01-19
2
-25
/
+42
|
*
input_common: Implement joycon nfc
german77
2023-01-19
1
-1
/
+2
|
*
core: hid: Enable pulling color data from controllers
Narr the Reg
2023-01-19
4
-1
/
+115
|
*
core: hid: Migrate ring from emulated devices to emulated controller
Narr the Reg
2023-01-19
4
-65
/
+80
*
|
core: hid: Fix stick minimum range
german77
2023-01-14
1
-2
/
+10
|
/
*
input_common: Create an update engine
Narr the Reg
2023-01-05
1
-10
/
+0
*
TAS: Immediately switch stick to TAS on input
MonsterDruide1
2023-01-03
1
-9
/
+11
*
core: hid: emulated_console: Avoid a crash if frontend does not configure tou...
bunnei
2022-12-30
1
-0
/
+5
*
TAS: Increase accuracy of Stick inputs
MonsterDruide1
2022-12-25
1
-0
/
+7
*
input_common: Add virtual gamepad
german77
2022-12-16
2
-0
/
+91
*
emulated_controller: Remove unused parameter in GetMappedDevices()
Lioncash
2022-12-05
2
-3
/
+2
*
emulated_controller: Use std::move() in GetMappedDevices()
Lioncash
2022-12-05
1
-6
/
+6
*
emulated_console: Amend cast in SetTouch()
Lioncash
2022-12-05
1
-1
/
+1
*
emulated_console: std::move() ParamPackages and callbacks where applicable
Lioncash
2022-12-05
1
-4
/
+4
*
Merge pull request #9273 from ameerj/per-game-profile
liamwhite
2022-12-04
1
-2
/
+1
|
\
|
*
Configuration: Add per-game input profiles
ameerj
2022-11-20
1
-2
/
+1
*
|
externals: update dynarmic, SDL2
Liam
2022-12-04
1
-0
/
+1
*
|
Merge pull request #9289 from liamwhite/fruit-company
liamwhite
2022-12-03
2
-0
/
+2
|
\
\
|
*
|
general: fix compile for Apple Clang
Liam
2022-11-22
2
-0
/
+2
*
|
|
core/hid/emulated_controller: Use ranges version of transform
Lioncash
2022-11-28
1
-19
/
+15
*
|
|
common/input: Add helpers functions for creating input and output devices
Lioncash
2022-11-28
3
-19
/
+19
*
|
|
yuzu-cmd: Fix input callback crash on close
german77
2022-11-27
1
-0
/
+1
|
/
/
*
/
core: hid: Implement true multitouch support
Narr the Reg
2022-11-19
3
-29
/
+83
|
/
*
Merge pull request #9113 from german77/peer_pressure
liamwhite
2022-10-25
1
-0
/
+1
|
\
|
*
core: hid: Add handheld to nfc devices
german77
2022-10-22
1
-0
/
+1
*
|
Merge pull request #9107 from german77/gidoly_rules
liamwhite
2022-10-25
2
-41
/
+9
|
\
\
|
*
|
input_common: cache vibration tests
german77
2022-10-21
2
-41
/
+9
|
|
/
*
/
general: Enforce C4800 everywhere except in video_core
Morph
2022-10-22
1
-11
/
+11
|
/
*
general: Fix spelling of "unknown"
Morph
2022-10-16
1
-10
/
+10
*
input_common: have an unique vector in callback status
german77
2022-10-09
1
-2
/
+8
*
service: nfp: Fix errors to pass unit testing
Narr the Reg
2022-10-03
1
-2
/
+4
*
Merge pull request #8955 from german77/amiibo-rewrite
bunnei
2022-10-02
4
-3
/
+123
|
\
[next]