aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalTextureFilter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/GalTextureFilter.cs')
-rw-r--r--Ryujinx.Graphics/Gal/GalTextureFilter.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Ryujinx.Graphics/Gal/GalTextureFilter.cs b/Ryujinx.Graphics/Gal/GalTextureFilter.cs
deleted file mode 100644
index 8e9669f0..00000000
--- a/Ryujinx.Graphics/Gal/GalTextureFilter.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace Ryujinx.Graphics.Gal
-{
- public enum GalTextureFilter
- {
- Nearest = 1,
- Linear = 2
- }
-} \ No newline at end of file