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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user