1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-13 20:26:43 +00:00
Ryujinx/Ryujinx.HLE/HOS/Kernel/Process
2022-02-09 17:18:07 -03:00
..
HleProcessDebugger.cs
IProcessContext.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
IProcessContextFactory.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
KContextIdManager.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
KHandleEntry.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KHandleTable.cs
KProcess.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
KProcessCapabilities.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00
KTlsPageInfo.cs
KTlsPageManager.cs
ProcessContext.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
ProcessContextFactory.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
ProcessCreationFlags.cs
ProcessCreationInfo.cs
ProcessState.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
ProcessTamperInfo.cs