1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-13 10:17:31 -07:00

10 lines
139 B
C#
Raw Permalink Normal View History

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