Also add more pctl service names
This commit is contained in:
parent
d399ca8e44
commit
169835c27b
1 changed files with 10 additions and 1 deletions
|
@ -97,9 +97,18 @@ namespace Ryujinx.Core.OsHle.Services
|
||||||
case "nvdrv:a":
|
case "nvdrv:a":
|
||||||
return new INvDrvServices();
|
return new INvDrvServices();
|
||||||
|
|
||||||
|
case "pctl:s":
|
||||||
|
return new IParentalControlServiceFactory();
|
||||||
|
|
||||||
|
case "pctl:r":
|
||||||
|
return new IParentalControlServiceFactory();
|
||||||
|
|
||||||
case "pctl:a":
|
case "pctl:a":
|
||||||
return new IParentalControlServiceFactory();
|
return new IParentalControlServiceFactory();
|
||||||
|
|
||||||
|
case "pctl":
|
||||||
|
return new IParentalControlServiceFactory();
|
||||||
|
|
||||||
case "pl:u":
|
case "pl:u":
|
||||||
return new ISharedFontManager();
|
return new ISharedFontManager();
|
||||||
|
|
||||||
|
@ -146,4 +155,4 @@ namespace Ryujinx.Core.OsHle.Services
|
||||||
throw new NotImplementedException(Name);
|
throw new NotImplementedException(Name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue