mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 20:57:56 -05:00
@ -36,6 +36,7 @@
|
||||
#include "core/hle/service/lm/lm.h"
|
||||
#include "core/hle/service/mii/mii.h"
|
||||
#include "core/hle/service/mm/mm_u.h"
|
||||
#include "core/hle/service/ncm/ncm.h"
|
||||
#include "core/hle/service/nfc/nfc.h"
|
||||
#include "core/hle/service/nfp/nfp.h"
|
||||
#include "core/hle/service/nifm/nifm.h"
|
||||
@ -214,6 +215,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
|
||||
LM::InstallInterfaces(*sm);
|
||||
Mii::InstallInterfaces(*sm);
|
||||
MM::InstallInterfaces(*sm);
|
||||
NCM::InstallInterfaces(*sm);
|
||||
NFC::InstallInterfaces(*sm);
|
||||
NFP::InstallInterfaces(*sm);
|
||||
NIFM::InstallInterfaces(*sm);
|
||||
|
Reference in New Issue
Block a user