|
|
@ -39,6 +39,7 @@ |
|
|
#include "core/hle/service/mig/mig.h"
|
|
|
#include "core/hle/service/mig/mig.h"
|
|
|
#include "core/hle/service/mii/mii.h"
|
|
|
#include "core/hle/service/mii/mii.h"
|
|
|
#include "core/hle/service/mm/mm_u.h"
|
|
|
#include "core/hle/service/mm/mm_u.h"
|
|
|
|
|
|
#include "core/hle/service/mnpp/mnpp_app.h"
|
|
|
#include "core/hle/service/ncm/ncm.h"
|
|
|
#include "core/hle/service/ncm/ncm.h"
|
|
|
#include "core/hle/service/nfc/nfc.h"
|
|
|
#include "core/hle/service/nfc/nfc.h"
|
|
|
#include "core/hle/service/nfp/nfp.h"
|
|
|
#include "core/hle/service/nfp/nfp.h"
|
|
|
@ -265,6 +266,7 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system |
|
|
Migration::InstallInterfaces(*sm, system); |
|
|
Migration::InstallInterfaces(*sm, system); |
|
|
Mii::InstallInterfaces(*sm, system); |
|
|
Mii::InstallInterfaces(*sm, system); |
|
|
MM::InstallInterfaces(*sm, system); |
|
|
MM::InstallInterfaces(*sm, system); |
|
|
|
|
|
MNPP::InstallInterfaces(*sm, system); |
|
|
NCM::InstallInterfaces(*sm, system); |
|
|
NCM::InstallInterfaces(*sm, system); |
|
|
NFC::InstallInterfaces(*sm, system); |
|
|
NFC::InstallInterfaces(*sm, system); |
|
|
NFP::InstallInterfaces(*sm, system); |
|
|
NFP::InstallInterfaces(*sm, system); |
|
|
|