mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 17:49:57 -06: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