service: hid: Partially implement palma controller

This commit is contained in:
Narr the Reg 2022-01-18 20:08:56 -06:00 committed by german77
parent 8d4458ef24
commit 23589ad9b8
7 changed files with 843 additions and 34 deletions

View file

@ -460,6 +460,8 @@ add_library(core STATIC
hle/service/hid/controllers/mouse.h
hle/service/hid/controllers/npad.cpp
hle/service/hid/controllers/npad.h
hle/service/hid/controllers/palma.cpp
hle/service/hid/controllers/palma.h
hle/service/hid/controllers/stubbed.cpp
hle/service/hid/controllers/stubbed.h
hle/service/hid/controllers/touchscreen.cpp