TextureMatchQuality.cs 139 B

123456789
  1. namespace Ryujinx.Graphics.Gpu.Image
  2. {
  3. enum TextureMatchQuality
  4. {
  5. NoMatch,
  6. FormatAlias,
  7. Perfect
  8. }
  9. }