Merge pull request #845 from lioncash/nfc

service: Add nfc services
This commit is contained in:
bunnei
2018-07-27 14:29:27 -07:00
committed by GitHub
6 changed files with 243 additions and 0 deletions

View File

@ -176,6 +176,8 @@ add_library(core STATIC
hle/service/lm/lm.h
hle/service/mm/mm_u.cpp
hle/service/mm/mm_u.h
hle/service/nfc/nfc.cpp
hle/service/nfc/nfc.h
hle/service/nfp/nfp.cpp
hle/service/nfp/nfp.h
hle/service/nfp/nfp_user.cpp