namespace Ryujinx.Graphics.Gpu.Image
{
    enum TextureMatchQuality
    {
        NoMatch,
        FormatAlias,
        Perfect,
    }
}