Ryujinx/Ryujinx.HLE/HOS/Kernel/Threading
gdkchan 15d1cc806b
Move kernel state out of the Horizon class (#1107)
* Move kernel state from Horizon to KernelContext

* Merge syscalls partial classes, split 32 and 64-bit variants

* Sort usings
2020-05-04 13:41:29 +10:00
..
ArbitrationType.cs
HleCoreManager.cs
HleScheduler.cs
KAddressArbiter.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KConditionVariable.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KCoreContext.cs
KCriticalSection.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KEvent.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KReadableEvent.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KScheduler.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KSchedulingData.cs
KSynchronization.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KThread.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KWritableEvent.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
SignalType.cs
ThreadSchedState.cs
ThreadType.cs