namespace Ryujinx.Graphics.GAL
{
    public enum ScalingFilter
    {
        Bilinear,
        Nearest,
        Fsr
    }
}