1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-02-07 18:34:58 +00: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
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
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
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