Implement BSD Service (#54)

* Implement BSD Service

- Implementation of bsd:s & bsd:u.
- Adding an EndianSwap class.

* Corrections #1

* Correction2
This commit is contained in:
Ac_K 2018-03-12 02:05:39 +01:00 committed by gdkchan
parent 28275a8976
commit 3aaa4717b6
3 changed files with 423 additions and 19 deletions

View file

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