mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 23:15:45 +00:00
input_common: Add joycon low level functions
This commit is contained in:
parent
a1b72e62dc
commit
147faa16ef
3 changed files with 434 additions and 0 deletions
|
@ -57,6 +57,8 @@ if (ENABLE_SDL2)
|
|||
drivers/sdl_driver.h
|
||||
helpers/joycon_driver.cpp
|
||||
helpers/joycon_driver.h
|
||||
helpers/joycon_protocol/common_protocol.cpp
|
||||
helpers/joycon_protocol/common_protocol.h
|
||||
helpers/joycon_protocol/joycon_types.h
|
||||
)
|
||||
target_link_libraries(input_common PRIVATE SDL2::SDL2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue