Ryujinx/Ryujinx.HLE/HOS/Ipc
emmauss da7e702751 Update BSD service implementation (#363)
* Update BSD service to handle libnx's 'smart IPC buffers' for address info

* Use existing "GetBufferType0x21" for certain BSD socket methods

* Parse address port as unsigned short

* Fix bounds check on reading the IPC buffer

* Implement Read, Write methods

* rebased and cleaned

* addressed nits

* remove unused swap method

* fixed alignments
2018-08-24 14:20:42 -03:00
..
IpcBuffDesc.cs
IpcHandleDesc.cs
IpcHandler.cs
IpcMagic.cs
IpcMessage.cs Update BSD service implementation (#363) 2018-08-24 14:20:42 -03:00
IpcMessageType.cs
IpcPtrBuffDesc.cs
IpcRecvListBuffDesc.cs
ServiceProcessRequest.cs