1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-04 18:36:31 -05:00

input_common: Implement joycon nfc

This commit is contained in:
german77
2022-12-22 01:07:46 -06:00
committed by Narr the Reg
parent 6e33731f29
commit 6d6b7bdbc3
9 changed files with 544 additions and 13 deletions

View File

@@ -64,6 +64,8 @@ if (ENABLE_SDL2)
helpers/joycon_protocol/generic_functions.cpp
helpers/joycon_protocol/generic_functions.h
helpers/joycon_protocol/joycon_types.h
helpers/joycon_protocol/nfc.cpp
helpers/joycon_protocol/nfc.h
helpers/joycon_protocol/poller.cpp
helpers/joycon_protocol/poller.h
helpers/joycon_protocol/ringcon.cpp