1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 15:34:01 +01:00
Ryujinx/Ryujinx.HLE/HOS/Kernel/Threading
merry bb2f9df0a1
KThread: Fix GetPsr mask (#3180)
* ExecutionContext: GetPstate / SetPstate

* Put it in NativeContext

* KThread: Fix GetPsr mask

* ExecutionContext: Turn methods into Pstate property

* Address nit
2022-03-11 03:16:32 +01:00
..
ArbitrationType.cs
KAddressArbiter.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00
KConditionVariable.cs
KCriticalSection.cs
KEvent.cs
KPriorityQueue.cs
KReadableEvent.cs
KScheduler.cs kernel: Implement thread pinning support (#2840) 2021-12-30 10:55:06 +01:00
KSynchronization.cs
KThread.cs KThread: Fix GetPsr mask (#3180) 2022-03-11 03:16:32 +01:00
KThreadContext.cs
KWritableEvent.cs
SignalType.cs
ThreadSchedState.cs kernel: Implement thread pinning support (#2840) 2021-12-30 10:55:06 +01:00
ThreadType.cs