1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-25 00:14:41 +01:00
Ryujinx/Ryujinx.HLE/HOS/Kernel/Process
gdkchan 9f6b24edfd
Improve kernel IPC related syscalls (#1379)
* 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
2020-07-17 14:19:07 +10:00
..
HleProcessDebugger.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
KContextIdManager.cs
KHandleEntry.cs
KHandleTable.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KProcess.cs Improve kernel IPC related syscalls (#1379) 2020-07-17 14:19:07 +10:00
KProcessCapabilities.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
KTlsPageInfo.cs
KTlsPageManager.cs
ProcessCreationInfo.cs Implement modding support (#1249) 2020-07-09 14:31:15 +10:00
ProcessState.cs