mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 07:36:59 +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 |
||
|---|---|---|
| .. | ||
| HleProcessDebugger.cs | ||
| KContextIdManager.cs | ||
| KHandleEntry.cs | ||
| KHandleTable.cs | ||
| KProcess.cs | ||
| KProcessCapabilities.cs | ||
| KTlsPageInfo.cs | ||
| KTlsPageManager.cs | ||
| ProcessCreationInfo.cs | ||
| ProcessState.cs | ||