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