aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx.Core/OsHle/ServiceMgr.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Core/OsHle/ServiceMgr.cs b/Ryujinx.Core/OsHle/ServiceMgr.cs
index cbf6386f..f59647af 100644
--- a/Ryujinx.Core/OsHle/ServiceMgr.cs
+++ b/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;