mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
- add controllers connected in log when app boot. - add correct struct of both SceCtrlData(2) - set touch mode in good place. - refactor refresh controllers. - implement sceCtrlGetWirelessControllerInfo. - using DS4 type when is DS4/Dual Sense.
11 lines
211 B
CMake
11 lines
211 B
CMake
add_library(
|
|
ctrl
|
|
STATIC
|
|
include/ctrl/ctrl.h
|
|
include/ctrl/functions.h
|
|
include/ctrl/state.h
|
|
src/ctrl.cpp
|
|
)
|
|
|
|
target_include_directories(ctrl PUBLIC include)
|
|
target_link_libraries(ctrl PUBLIC host sdl2 util)
|