From d7ddf466e6728c03aefa04a9015ccaaab55f5059 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sat, 21 Apr 2018 21:29:06 +0200 Subject: [PATCH] Update ServiceFactory.cs --- Ryujinx.Core/OsHle/Services/ServiceFactory.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ryujinx.Core/OsHle/Services/ServiceFactory.cs b/Ryujinx.Core/OsHle/Services/ServiceFactory.cs index 29727618d6..0a9760ba3a 100644 --- a/Ryujinx.Core/OsHle/Services/ServiceFactory.cs +++ b/Ryujinx.Core/OsHle/Services/ServiceFactory.cs @@ -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();