service: Add mii services
Adds the skeleton for the mii services based off information provided by Switch Brew
This commit is contained in:
parent
dc4e5f9159
commit
f46bfdd77d
6 changed files with 128 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue