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_protocol
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-30
input_common: rename PAGE_SIZE to avoid conflict
12101111
1
-3
/
+3
2023-05-22
input_common: Implement amiibo writting
Narr the Reg
3
-60
/
+349
2023-05-17
input_common: Fix pro controller amiibo support
Narr the Reg
4
-98
/
+63
2023-05-14
input_common: Make amiibo scanning less demanding
german77
3
-4
/
+13
2023-05-09
input_common: Fix nfc detection for joycons
german77
4
-19
/
+21
2023-03-12
general: fix spelling mistakes
Liam
1
-2
/
+2
2023-03-08
input_common: Minor typo issues (#9922)
Narr the Reg
3
-42
/
+42
2023-03-05
input_common: joycon: Add stick input from passive reports
german77
3
-32
/
+84
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
5
-21
/
+21
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
5
-21
/
+21
2023-01-30
input_common: joycon: Remove Magic numbers from common protocol
Narr the Reg
8
-145
/
+212
2023-01-30
input_common: joycon: Fill missing enum data
Narr the Reg
4
-37
/
+51
2023-01-30
Move to Clang Format 15
Levi Behunin
1
-2
/
+2
2023-01-28
input_common: joycon: Replace ReadSPI vector with span
Narr the Reg
3
-20
/
+26
2023-01-28
input_common: joycon: Remove magic numbers from calibration protocol
Narr the Reg
6
-107
/
+202
2023-01-26
input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon driver
Narr the Reg
3
-0
/
+18
2023-01-20
input_common: Address byte review
german77
11
-212
/
+187
2023-01-20
input_common: Fix issue where ring and irs are enabled at the same time
german77
1
-2
/
+2
2023-01-20
input_common: Implement joycon ir camera
Narr the Reg
7
-3
/
+496
2023-01-20
input_common: Use DriverResult on all engines
german77
1
-0
/
+1
2023-01-20
Address review comments
german77
11
-40
/
+40
2023-01-20
core: hid: Fix input regressions
Narr the Reg
1
-3
/
+0
2023-01-20
input_common: Implement joycon nfc
german77
4
-0
/
+480
2023-01-20
input_common: Add support for joycon ring controller
Narr the Reg
6
-3
/
+225
2023-01-20
input_common: Add support for joycon input reports
Narr the Reg
4
-0
/
+724
2023-01-20
input_common: Use calibration from joycon
Narr the Reg
2
-0
/
+223
2023-01-20
input_common: Add support for joycon generic functions
Narr the Reg
2
-0
/
+255
2023-01-20
input_common: Add joycon low level functions
Narr the Reg
2
-0
/
+432
2023-01-20
input_common: Initial skeleton for custom joycon driver
Narr the Reg
1
-0
/
+494