mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-11 12:47:51 +02: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