1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-13 19:08:16 -06:00

10 lines
139 B
C#

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