mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 01:42:34 -07:00
core: Add LM::Manager to system
Allows centralized control over logging mechanisms.
This commit is contained in:
@@ -226,7 +226,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system) {
|
||||
LBL::InstallInterfaces(*sm);
|
||||
LDN::InstallInterfaces(*sm);
|
||||
LDR::InstallInterfaces(*sm, system);
|
||||
LM::InstallInterfaces(*sm);
|
||||
LM::InstallInterfaces(system);
|
||||
Migration::InstallInterfaces(*sm);
|
||||
Mii::InstallInterfaces(*sm);
|
||||
MM::InstallInterfaces(*sm);
|
||||
|
Reference in New Issue
Block a user