namespace Ryujinx.Graphics.Gal
{
    public interface IGalMemory
    {
        int ReadInt32(long position);
    }
}