service: hid: Introduce proper AppletResource emulation

This commit is contained in:
Narr the Reg 2023-12-05 18:39:18 -06:00
parent 167efb2d2b
commit e445ef9d60
10 changed files with 526 additions and 13 deletions

View file

@ -541,6 +541,8 @@ add_library(core STATIC
hle/service/hid/xcd.cpp
hle/service/hid/xcd.h
hle/service/hid/errors.h
hle/service/hid/controllers/applet_resource.cpp
hle/service/hid/controllers/applet_resource.h
hle/service/hid/controllers/console_six_axis.cpp
hle/service/hid/controllers/console_six_axis.h
hle/service/hid/controllers/controller_base.cpp