index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
input_common
/
helpers
/
joycon_driver.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-25
input_common: Dont try to read/write data from 3rd party controllers
german77
1
-9
/
+33
2023-06-22
input_common: Implement native mifare support
Narr the Reg
1
-14
/
+104
2023-05-22
input_common: Implement amiibo writting
Narr the Reg
1
-0
/
+20
2023-03-12
general: fix spelling mistakes
Liam
1
-2
/
+2
2023-03-08
input_common: Minor typo issues (#9922)
Narr the Reg
1
-1
/
+1
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-2
/
+2
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-2
/
+2
2023-02-10
input_common: Reintroduce custom pro controller support
Narr the Reg
1
-1
/
+2
2023-01-30
input_common: joycon: Remove Magic numbers from common protocol
Narr the Reg
1
-9
/
+9
2023-01-26
input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon driver
Narr the Reg
1
-0
/
+3
2023-01-20
input_common: Address byte review
german77
1
-4
/
+4
2023-01-20
input_common: Drop Pro controller support from custom driver
german77
1
-3
/
+1
2023-01-20
input_common: Fix issue where ring and irs are enabled at the same time
german77
1
-10
/
+20
2023-01-20
input_common: Implement joycon ir camera
Narr the Reg
1
-2
/
+53
2023-01-20
yuzu: Add ring controller test button
german77
1
-12
/
+26
2023-01-20
input_common: Use DriverResult on all engines
german77
1
-13
/
+13
2023-01-20
Address review comments
german77
1
-1
/
+1
2023-01-20
core: hid: Fix input regressions
Narr the Reg
1
-1
/
+1
2023-01-20
input_common: Implement joycon nfc
german77
1
-0
/
+44
2023-01-20
input_common: Add support for joycon ring controller
Narr the Reg
1
-1
/
+42
2023-01-20
input_common: Add support for joycon input reports
Narr the Reg
1
-60
/
+40
2023-01-20
input_common: Use calibration from joycon
Narr the Reg
1
-0
/
+4
2023-01-20
input_common: Add support for joycon generic functions
Narr the Reg
1
-3
/
+51
2023-01-20
input_common: Initial skeleton for custom joycon driver
Narr the Reg
1
-0
/
+382