namespace Ryujinx.Graphics.GAL
{
    public enum MagFilter
    {
        Nearest = 1,
        Linear
    }
}