Update ServiceFactory.cs

This commit is contained in:
Ac_K 2018-04-21 21:29:06 +02:00 committed by GitHub
parent b6bed12c16
commit d7ddf466e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();