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":
|
||||
return new INvDrvServices();
|
||||
|
||||
case "pctl:s":
|
||||
return new IParentalControlServiceFactory();
|
||||
|
||||
case "pctl:r":
|
||||
return new IParentalControlServiceFactory();
|
||||
|
||||
case "pctl:a":
|
||||
return new IParentalControlServiceFactory();
|
||||
|
||||
case "pctl":
|
||||
return new IParentalControlServiceFactory();
|
||||
|
||||
case "pl:u":
|
||||
return new ISharedFontManager();
|
||||
|
||||
|
@ -146,4 +155,4 @@ namespace Ryujinx.Core.OsHle.Services
|
|||
throw new NotImplementedException(Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue