aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalStencilOp.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/GalStencilOp.cs')
-rw-r--r--Ryujinx.Graphics/Gal/GalStencilOp.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Ryujinx.Graphics/Gal/GalStencilOp.cs b/Ryujinx.Graphics/Gal/GalStencilOp.cs
deleted file mode 100644
index fc83ca5e..00000000
--- a/Ryujinx.Graphics/Gal/GalStencilOp.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace Ryujinx.Graphics.Gal
-{
- public enum GalStencilOp
- {
- Keep = 0x1,
- Zero = 0x2,
- Replace = 0x3,
- Incr = 0x4,
- Decr = 0x5,
- Invert = 0x6,
- IncrWrap = 0x7,
- DecrWrap = 0x8
- }
-} \ No newline at end of file