Merge pull request #2657 from ogniK5377/npad-assignments

hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment
This commit is contained in:
Zach Hilman 2019-07-08 09:35:19 -04:00 committed by GitHub
commit 6c3cceafdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 100 additions and 3 deletions

View file

@ -295,6 +295,7 @@ add_library(core STATIC
hle/service/hid/irs.h
hle/service/hid/xcd.cpp
hle/service/hid/xcd.h
hle/service/hid/errors.h
hle/service/hid/controllers/controller_base.cpp
hle/service/hid/controllers/controller_base.h
hle/service/hid/controllers/debug_pad.cpp