mii: Implement IDatabaseService commands using MiiManager

Since the MiiManager was designed around the IPC interface, this is quite easy. Only functions that were clearly defined were implemented.
This commit is contained in:
Zach Hilman 2018-12-18 09:09:52 -05:00
parent 1ea64ba727
commit 27878d7520
2 changed files with 244 additions and 15 deletions

View file

@ -310,6 +310,8 @@ add_library(core STATIC
hle/service/mig/mig.h
hle/service/mii/mii.cpp
hle/service/mii/mii.h
hle/service/mii/mii_manager.cpp
hle/service/mii/mii_manager.h
hle/service/mm/mm_u.cpp
hle/service/mm/mm_u.h
hle/service/ncm/ncm.cpp