1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-22 15:03:30 +01:00
Ryujinx/Ryujinx.HLE/HOS/Kernel/SupervisorCall
gdkchan 1cbca5eecb
Implement code memory syscalls (#2958)
* Implement code memory syscalls

* Remove owner process validation

* Add 32-bit code memory syscalls

* Remove unused field
2022-05-03 13:16:31 +02:00
..
CodeMemoryOperation.cs Implement code memory syscalls (#2958) 2022-05-03 13:16:31 +02:00
InfoType.cs kernel: Improve GetInfo readability and update to 13.0.0 (#2900) 2021-12-04 20:23:26 -03:00
InvalidSvcException.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00
MemoryInfo.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00
RAttribute.cs Rework SVC handling (#883) 2020-01-13 13:04:28 +11:00
Syscall.cs Implement code memory syscalls (#2958) 2022-05-03 13:16:31 +02:00
Syscall32.cs Implement code memory syscalls (#2958) 2022-05-03 13:16:31 +02:00
Syscall64.cs Implement code memory syscalls (#2958) 2022-05-03 13:16:31 +02:00
SyscallHandler.cs kernel: Implement thread pinning support (#2840) 2021-12-30 10:55:06 +01:00
SyscallTable.cs Implement code memory syscalls (#2958) 2022-05-03 13:16:31 +02:00
ThreadContext.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00