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
/
drivers
/
joycon.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
input_common: Remove duplicated DriverResult enum
german77
2023-06-28
1
-18
/
+17
*
input_common: Implement native mifare support
Narr the Reg
2023-06-22
1
-9
/
+124
*
input_common: Implement amiibo writting
Narr the Reg
2023-05-22
1
-2
/
+6
*
input_common: Fix pro controller amiibo support
Narr the Reg
2023-05-17
1
-4
/
+5
*
input_common: Minor typo issues (#9922)
Narr the Reg
2023-03-08
1
-2
/
+2
*
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
2023-02-14
1
-2
/
+2
*
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
2023-02-14
1
-2
/
+2
*
input_common: Reintroduce custom pro controller support
Narr the Reg
2023-02-10
1
-1
/
+48
*
input_common: joycon: Fill missing enum data
Narr the Reg
2023-01-30
1
-3
/
+1
*
input_common: Make use of StoppableTimedWait
Morph
2023-01-25
1
-3
/
+4
*
input_common: add missing header for libc++ after 340f15d1fa79
Jan Beich
2023-01-25
1
-0
/
+1
*
input_common: Fix joycon mappings
german77
2023-01-20
1
-56
/
+49
*
input_common: Address byte review
german77
2023-01-20
1
-24
/
+26
*
input_common: Drop Pro controller support from custom driver
german77
2023-01-20
1
-36
/
+0
*
input_common: Implement joycon ir camera
Narr the Reg
2023-01-20
1
-8
/
+21
*
input_common: Use DriverResult on all engines
german77
2023-01-20
1
-22
/
+19
*
Address review comments
german77
2023-01-20
1
-1
/
+1
*
input_common: Implement joycon nfc
german77
2023-01-20
1
-1
/
+3
*
input_common: Add dual joycon support
Narr the Reg
2023-01-20
1
-24
/
+101
*
input_common: Add support for joycon input reports
Narr the Reg
2023-01-20
1
-23
/
+24
*
core: hid: Enable pulling color data from controllers
Narr the Reg
2023-01-20
1
-1
/
+10
*
input_common: Disable SDL driver with switch controllers
Narr the Reg
2023-01-20
1
-0
/
+4
*
input_common: Initial skeleton for custom joycon driver
Narr the Reg
2023-01-20
1
-0
/
+615