Ryujinx/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
SvcHandler.cs
SvcIpc.cs
SvcMemory.cs
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
SvcThreadSync.cs