aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs b/Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs
deleted file mode 100644
index 1351bf24..00000000
--- a/Ryujinx.Graphics.Gpu/Image/TextureMatchQuality.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace Ryujinx.Graphics.Gpu.Image
-{
- enum TextureMatchQuality
- {
- NoMatch,
- FormatAlias,
- Perfect
- }
-}