Update ServiceFactory.cs
This commit is contained in:
parent
b6bed12c16
commit
d7ddf466e6
1 changed files with 3 additions and 3 deletions
|
@ -38,12 +38,12 @@ namespace Ryujinx.Core.OsHle.Services
|
||||||
case "apm:p":
|
case "apm:p":
|
||||||
return new IManager();
|
return new IManager();
|
||||||
|
|
||||||
case "appletOE":
|
|
||||||
return new IApplicationProxyService();
|
|
||||||
|
|
||||||
case "appletAE":
|
case "appletAE":
|
||||||
return new IAllSystemAppletProxiesService();
|
return new IAllSystemAppletProxiesService();
|
||||||
|
|
||||||
|
case "appletOE":
|
||||||
|
return new IApplicationProxyService();
|
||||||
|
|
||||||
case "audout:u":
|
case "audout:u":
|
||||||
return new IAudioOutManager();
|
return new IAudioOutManager();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue