mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 07:36:59 +00:00
* Start refactoring kernel a bit and import some changes from kernel decoupling PR * kernel: Put output always at the start in Syscall functions * kernel: Rewrite GetThreadContext3 to use a structure and to be accurate * kernel: make KernelTransfer use generic types and simplify * Fix some warning and do not use getters on MemoryInfo * Address gdkchan's comment * GetThreadContext3: use correct pause flag |
||
|---|---|---|
| .. | ||
| HleProcessDebugger.cs | ||
| IProcessContext.cs | ||
| IProcessContextFactory.cs | ||
| KContextIdManager.cs | ||
| KHandleEntry.cs | ||
| KHandleTable.cs | ||
| KProcess.cs | ||
| KProcessCapabilities.cs | ||
| KTlsPageInfo.cs | ||
| KTlsPageManager.cs | ||
| ProcessContext.cs | ||
| ProcessContextFactory.cs | ||
| ProcessCreationFlags.cs | ||
| ProcessCreationInfo.cs | ||
| ProcessState.cs | ||
| ProcessTamperInfo.cs | ||