0
0
Fork 0
This repository has been archived on 2024-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ryujinx-final/Ryujinx.HLE/HOS/Kernel/SupervisorCall
jduncanator 86b42f176a
svc: Implement ref parameters (#798)
Allows passing data into and out of the same registers when calling via the Kernel ABI. This allows implementing specific supervisor calls like "CallSecureMonitor", that expect their args and results in the same registers.
2019-10-25 10:34:35 +11:00
..
InvalidSvcException.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
SvcHandler.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
SvcIpc.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
SvcMemory.cs Optimize address translation and write tracking on the MMU (#571) 2019-02-24 18:24:35 +11:00
SvcSystem.cs Added GUI to Ryujinx (#695) 2019-09-02 13:03:57 -03:00
SvcTable.cs svc: Implement ref parameters (#798) 2019-10-25 10:34:35 +11:00
SvcThread.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
SvcThreadSync.cs Optimize address translation and write tracking on the MMU (#571) 2019-02-24 18:24:35 +11:00