Parcourir la source

Add bsd:s service variant again

gdkchan il y a 8 ans
Parent
commit
8cb23c133b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Ryujinx.Core/OsHle/ServiceMgr.cs

+ 1 - 0
Ryujinx.Core/OsHle/ServiceMgr.cs

@@ -48,6 +48,7 @@ namespace Ryujinx.Core.OsHle
                         case "appletOE": Service = new ServiceAppletOE(); break;
                         case "audout:u": Service = new ServiceAudOut();   break;
                         case "audren:u": Service = new ServiceAudRen();   break;
+                        case "bsd:s":    Service = new ServiceBsd();      break;
                         case "bsd:u":    Service = new ServiceBsd();      break;
                         case "friend:a": Service = new ServiceFriend();   break;
                         case "fsp-srv":  Service = new ServiceFspSrv();   break;