aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/DepthStencilMode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/DepthStencilMode.cs')
-rw-r--r--src/Ryujinx.Graphics.GAL/DepthStencilMode.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.Graphics.GAL/DepthStencilMode.cs b/src/Ryujinx.Graphics.GAL/DepthStencilMode.cs
index e80d0d4b..1031355f 100644
--- a/src/Ryujinx.Graphics.GAL/DepthStencilMode.cs
+++ b/src/Ryujinx.Graphics.GAL/DepthStencilMode.cs
@@ -3,6 +3,6 @@ namespace Ryujinx.Graphics.GAL
public enum DepthStencilMode
{
Depth,
- Stencil
+ Stencil,
}
-} \ No newline at end of file
+}