aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalFrontFace.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/GalFrontFace.cs')
-rw-r--r--Ryujinx.Graphics/Gal/GalFrontFace.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Graphics/Gal/GalFrontFace.cs b/Ryujinx.Graphics/Gal/GalFrontFace.cs
index 17ad1126..6cc4a802 100644
--- a/Ryujinx.Graphics/Gal/GalFrontFace.cs
+++ b/Ryujinx.Graphics/Gal/GalFrontFace.cs
@@ -2,7 +2,7 @@
{
public enum GalFrontFace
{
- CW = 0x900,
- CCW = 0x901
+ Cw = 0x900,
+ Ccw = 0x901
}
} \ No newline at end of file