mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 21:16:39 +00:00
add the forgotten mm:u link (#190)
This commit is contained in:
parent
22f138628b
commit
3262fd13da
1 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,7 @@ using Ryujinx.HLE.OsHle.Services.Friend;
|
||||||
using Ryujinx.HLE.OsHle.Services.FspSrv;
|
using Ryujinx.HLE.OsHle.Services.FspSrv;
|
||||||
using Ryujinx.HLE.OsHle.Services.Hid;
|
using Ryujinx.HLE.OsHle.Services.Hid;
|
||||||
using Ryujinx.HLE.OsHle.Services.Lm;
|
using Ryujinx.HLE.OsHle.Services.Lm;
|
||||||
|
using Ryujinx.HLE.OsHle.Services.Mm;
|
||||||
using Ryujinx.HLE.OsHle.Services.Nfp;
|
using Ryujinx.HLE.OsHle.Services.Nfp;
|
||||||
using Ryujinx.HLE.OsHle.Services.Ns;
|
using Ryujinx.HLE.OsHle.Services.Ns;
|
||||||
using Ryujinx.HLE.OsHle.Services.Nv;
|
using Ryujinx.HLE.OsHle.Services.Nv;
|
||||||
|
@ -79,7 +80,10 @@ namespace Ryujinx.HLE.OsHle.Services
|
||||||
|
|
||||||
case "lm":
|
case "lm":
|
||||||
return new ILogService();
|
return new ILogService();
|
||||||
|
|
||||||
|
case "mm:u":
|
||||||
|
return new IRequest();
|
||||||
|
|
||||||
case "nfp:user":
|
case "nfp:user":
|
||||||
return new IUserManager();
|
return new IUserManager();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue