1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 07:23:59 +01:00
Ryujinx/Ryujinx.HLE/HOS/Kernel/SupervisorCall
2022-06-11 14:58:30 -03:00
..
CodeMemoryOperation.cs Implement code memory syscalls (#2958) 2022-05-03 13:16:31 +02:00
InfoType.cs
MemoryInfo.cs
PointerSizedAttribute.cs Rewrite SVC handler using source generators rather than IL emit (#3371) 2022-05-31 17:12:46 -03:00
SvcAttribute.cs Rewrite SVC handler using source generators rather than IL emit (#3371) 2022-05-31 17:12:46 -03:00
SvcImplAttribute.cs Rewrite SVC handler using source generators rather than IL emit (#3371) 2022-05-31 17:12:46 -03:00
Syscall.cs Allow concurrent BSD EventFd read/write (#3385) 2022-06-11 14:58:30 -03:00
SyscallHandler.cs Rewrite SVC handler using source generators rather than IL emit (#3371) 2022-05-31 17:12:46 -03:00
ThreadContext.cs