service: Add mii services

Adds the skeleton for the mii services based off information provided by
Switch Brew
This commit is contained in:
Lioncash
2018-07-27 15:39:30 -04:00
parent dc4e5f9159
commit f46bfdd77d
6 changed files with 128 additions and 0 deletions

View File

@ -170,6 +170,8 @@ add_library(core STATIC
hle/service/ldr/ldr.h
hle/service/lm/lm.cpp
hle/service/lm/lm.h
hle/service/mii/mii.cpp
hle/service/mii/mii.h
hle/service/mm/mm_u.cpp
hle/service/mm/mm_u.h
hle/service/nfp/nfp.cpp