RegionSignal.cs 107 B

1234
  1. namespace Ryujinx.Memory.Tracking
  2. {
  3. public delegate void RegionSignal(ulong address, ulong size);
  4. }