Merge pull request #847 from lioncash/ncm

service: Add ncm services
This commit is contained in:
bunnei 2018-07-28 10:46:09 -07:00 committed by GitHub
commit 458fdda700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 80 additions and 0 deletions

View file

@ -182,6 +182,8 @@ add_library(core STATIC
hle/service/mii/mii.h
hle/service/mm/mm_u.cpp
hle/service/mm/mm_u.h
hle/service/ncm/ncm.cpp
hle/service/ncm/ncm.h
hle/service/nfc/nfc.cpp
hle/service/nfc/nfc.h
hle/service/nfp/nfp.cpp