service: Add nfc services

Adds the skeleton of the nfc service based off the information provided
on Switch Brew.
This commit is contained in:
Lioncash 2018-07-27 14:32:39 -04:00
parent dc4e5f9159
commit 04d144aa40
6 changed files with 204 additions and 0 deletions

View file

@ -172,6 +172,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