1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-13 07:36:41 +00:00
Ryujinx/Ryujinx.HLE/HOS/Kernel/Threading
Mary 786fb04d20
kernel: Add support for CFI (#2839)
Add basic support for the CFI value being passed in X18 since 11.0.0 by the official kernel.
We do not implement any random generator atm in the kernel and as such the KSystemControl.GenerateRandom function is stubbed
2021-11-28 13:01:17 +01:00
..
ArbitrationType.cs
KAddressArbiter.cs
KConditionVariable.cs
KCriticalSection.cs
KEvent.cs
KPriorityQueue.cs
KReadableEvent.cs
KScheduler.cs
KSynchronization.cs
KThread.cs kernel: Add support for CFI (#2839) 2021-11-28 13:01:17 +01:00
KThreadContext.cs
KWritableEvent.cs
SignalType.cs
ThreadSchedState.cs
ThreadType.cs