mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 13:37:08 +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 |
||
|---|---|---|
| .. | ||
| AddressSpaceType.cs | ||
| DramMemoryMap.cs | ||
| KMemoryArrange.cs | ||
| KMemoryArrangeRegion.cs | ||
| KMemoryBlock.cs | ||
| KMemoryBlockAllocator.cs | ||
| KMemoryInfo.cs | ||
| KMemoryManager.cs | ||
| KMemoryRegionBlock.cs | ||
| KMemoryRegionManager.cs | ||
| KPageList.cs | ||
| KPageNode.cs | ||
| KSharedMemory.cs | ||
| KSlabHeap.cs | ||
| KTransferMemory.cs | ||
| MemoryAttribute.cs | ||
| MemoryOperation.cs | ||
| MemoryPermission.cs | ||
| MemoryRegion.cs | ||
| MemoryState.cs | ||