mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-05-02 20:34:15 +00:00
4 lines
123 B
C#
4 lines
123 B
C#
namespace Ryujinx.Memory.Tracking
|
|
{
|
|
public delegate bool PreciseRegionSignal(ulong address, ulong size, bool write);
|
|
}
|