1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-10 07:56:27 -05:00

Add events to shared memory, make it work better with direct memory

This commit is contained in:
gdkchan
2018-02-17 18:36:08 -03:00
parent 161193e113
commit ebddc40550
7 changed files with 116 additions and 31 deletions

View File

@@ -8,6 +8,7 @@ namespace Ryujinx.OsHle.Svc
partial class SvcHandler
{
private delegate void SvcFunc(ARegisters Registers);
private Dictionary<int, SvcFunc> SvcFuncs;
private Switch Ns;