mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 17:45:26 +00:00
20ce37dee6
* 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 |
||
---|---|---|
.. | ||
ArbitrationType.cs | ||
KAddressArbiter.cs | ||
KConditionVariable.cs | ||
KCriticalSection.cs | ||
KEvent.cs | ||
KPriorityQueue.cs | ||
KReadableEvent.cs | ||
KScheduler.cs | ||
KSynchronization.cs | ||
KThread.cs | ||
KThreadContext.cs | ||
KWritableEvent.cs | ||
SignalType.cs | ||
ThreadSchedState.cs | ||
ThreadType.cs |