mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-17 16:02:40 +00:00
5 lines
104 B
C#
5 lines
104 B
C#
namespace Ryujinx.Memory.Tracking
|
|
{
|
|
public delegate void RegionSignal(ulong address, ulong size);
|
|
}
|