Ryujinx/Ryujinx.HLE/HOS/Kernel/Common
gdkchan 08831eecf7
IPC refactor part 3+4: New server HIPC message processor (#4188)
* IPC refactor part 3 + 4: New server HIPC message processor with source generator based serialization

* Make types match on calls to AlignUp/AlignDown

* Formatting

* Address some PR feedback

* Move BitfieldExtensions to Ryujinx.Common.Utilities and consolidate implementations

* Rename Reader/Writer to SpanReader/SpanWriter and move to Ryujinx.Common.Memory

* Implement EventType

* Address more PR feedback

* Log request processing errors since they are not normal

* Rename waitable to multiwait and add missing lock

* PR feedback

* Ac_K PR feedback
2023-01-04 23:15:45 +01:00
..
IKFutureSchedulerObject.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
KAutoObject.cs IPC refactor part 3+4: New server HIPC message processor (#4188) 2023-01-04 23:15:45 +01:00
KernelInit.cs IPC refactor part 3+4: New server HIPC message processor (#4188) 2023-01-04 23:15:45 +01:00
KernelTransfer.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00
KResourceLimit.cs IPC refactor part 3+4: New server HIPC message processor (#4188) 2023-01-04 23:15:45 +01:00
KSynchronizationObject.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KSystemControl.cs Update units of memory from decimal to binary prefixes (#3716) 2022-11-16 23:27:42 +01:00
KTimeManager.cs kernel: Fix sleep timing accuracy (#2828) 2021-11-28 13:15:26 +01:00
LimitableResource.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
MemoryArrange.cs Update units of memory from decimal to binary prefixes (#3716) 2022-11-16 23:27:42 +01:00
MemroySize.cs Update units of memory from decimal to binary prefixes (#3716) 2022-11-16 23:27:42 +01:00
MersenneTwister.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00