service: Add ncm services

Adds the basic skeleton for the ncm services based off information on
Switch Brew.
This commit is contained in:
Lioncash
2018-07-27 17:32:45 -04:00
parent 0191a1e526
commit 7931cc0ceb
6 changed files with 80 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/ncm/ncm.cpp
hle/service/ncm/ncm.h
hle/service/nfc/nfc.cpp
hle/service/nfc/nfc.h
hle/service/nfp/nfp.cpp