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