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
/
nfc.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-28
input_common: Remove duplicated DriverResult enum
german77
1
-112
/
+119
2023-06-22
input_common: Implement native mifare support
Narr the Reg
1
-7
/
+383
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
1
-49
/
+283
2023-05-17
input_common: Fix pro controller amiibo support
Narr the Reg
1
-93
/
+58
2023-05-14
input_common: Make amiibo scanning less demanding
german77
1
-3
/
+7
2023-05-09
input_common: Fix nfc detection for joycons
german77
1
-12
/
+12
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-4
/
+4
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-4
/
+4
2023-01-30
input_common: joycon: Remove Magic numbers from common protocol
Narr the Reg
1
-31
/
+37
2023-01-20
input_common: Address byte review
german77
1
-99
/
+84
2023-01-20
Address review comments
german77
1
-4
/
+5
2023-01-20
input_common: Implement joycon nfc
german77
1
-0
/
+414