mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-15 10:36:58 +00:00
* Implement session count decrement when the handle is closed * Remove unused field * Implement SendSyncRequestWithUserBuffer, SendAsyncRequestWithUserBuffer and ReplyAndReceiveWithUserBuffer syscalls * Nits * Fix swapped copy dst/src * Add missing pointer buffer descriptor write on reply * Fix IPC unaligned buffer copy and restoring client attributes on reply * Oops * Fix SetIpcMappingPermission * Fix unaligned copy bugs * Free memory used for temporary IPC buffers |
||
|---|---|---|
| .. | ||
| ChannelState.cs | ||
| KBufferDescriptor.cs | ||
| KBufferDescriptorTable.cs | ||
| KClientPort.cs | ||
| KClientSession.cs | ||
| KLightClientSession.cs | ||
| KLightServerSession.cs | ||
| KLightSession.cs | ||
| KPort.cs | ||
| KServerPort.cs | ||
| KServerSession.cs | ||
| KSession.cs | ||
| KSessionRequest.cs | ||