index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hid
/
emulated_controller.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12151 from german77/no-crash
liamwhite
2023-11-25
1
-0
/
+50
|
\
|
*
core: hid: Ensure output devices are initialized
Narr the Reg
2023-11-24
1
-0
/
+50
*
|
service: hid: Create appropriate hid resources
Narr the Reg
2023-11-20
1
-8
/
+9
|
/
*
core: hid: Split SL and SR buttons
german77
2023-11-11
1
-8
/
+20
*
core: hid: Signal color updates
Narr the Reg
2023-11-04
1
-12
/
+25
*
core: hid: Fix wrong battery values
german77
2023-11-02
1
-7
/
+7
*
Reduce core timing mutex contention
Kelebek1
2023-09-19
1
-5
/
+6
*
service: nfc: Ensure controller is in the correct mode
german77
2023-07-02
1
-0
/
+12
*
core: hid: Allow to read bin files while switch controller is available
german77
2023-06-24
1
-4
/
+10
*
input_common: Dont try to read/write data from 3rd party controllers
german77
2023-06-24
1
-0
/
+5
*
input_common: Implement native mifare support
Narr the Reg
2023-06-21
1
-7
/
+75
*
core: hid: Finish linking motion from virtual controllers
Narr the Reg
2023-06-03
1
-0
/
+26
*
input_common: Implement amiibo writting
Narr the Reg
2023-05-21
1
-2
/
+7
*
core: hid: Allow to calibrate gyro sensor
Narr the Reg
2023-05-08
1
-0
/
+6
*
core: hid: Update motion on a better place
german77
2023-05-07
1
-15
/
+14
*
Merge pull request #10167 from german77/motion_preview
liamwhite
2023-05-06
1
-4
/
+2
|
\
|
*
yuzu: Add motion preview to controller input
Narr the Reg
2023-05-05
1
-4
/
+2
*
|
core: hid: Fix state of capture and home buttons
german77
2023-05-04
1
-0
/
+4
|
/
*
core: hid: Remove deadzone of virtual controller
german77
2023-04-15
1
-0
/
+4
*
Revert "yuzu: config: Remove player 8 and 9 from config file"
Narr the Reg
2023-02-26
1
-66
/
+12
*
yuzu: config: Remove player 8 and 9 from config file
Narr the Reg
2023-02-25
1
-12
/
+66
*
core: hid: Restore motion state on refresh and clamp motion values
Narr the Reg
2023-02-21
1
-1
/
+11
*
core: hid: Use gyro thresholds modes set by the game
Narr the Reg
2023-02-09
1
-1
/
+21
*
input_common: Implement turbo buttons
german77
2023-02-01
1
-1
/
+74
*
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
1
-81
/
+217
|
\
|
*
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
1
-8
/
+20
|
*
input_common: Implement joycon ir camera
Narr the Reg
2023-01-19
1
-7
/
+14
|
*
yuzu: Add ring controller test button
german77
2023-01-19
1
-3
/
+7
|
*
input_common: Use DriverResult on all engines
german77
2023-01-19
1
-5
/
+5
|
*
core: hid: Fix input regressions
Narr the Reg
2023-01-19
1
-20
/
+35
|
*
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
1
-0
/
+80
|
*
core: hid: Migrate ring from emulated devices to emulated controller
Narr the Reg
2023-01-19
1
-0
/
+46
*
|
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
*
TAS: Increase accuracy of Stick inputs
MonsterDruide1
2022-12-25
1
-0
/
+7
*
input_common: Add virtual gamepad
german77
2022-12-16
1
-0
/
+82
*
emulated_controller: Remove unused parameter in GetMappedDevices()
Lioncash
2022-12-05
1
-2
/
+1
*
emulated_controller: Use std::move() in GetMappedDevices()
Lioncash
2022-12-05
1
-6
/
+6
*
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
*
|
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
1
-10
/
+10
|
/
*
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
1
-37
/
+8
|
\
\
[next]