diff options
Diffstat (limited to 'Ryujinx.Graphics/Gal/GalFrontFace.cs')
| -rw-r--r-- | Ryujinx.Graphics/Gal/GalFrontFace.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Ryujinx.Graphics/Gal/GalFrontFace.cs b/Ryujinx.Graphics/Gal/GalFrontFace.cs deleted file mode 100644 index 6cc4a802..00000000 --- a/Ryujinx.Graphics/Gal/GalFrontFace.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Ryujinx.Graphics.Gal -{ - public enum GalFrontFace - { - Cw = 0x900, - Ccw = 0x901 - } -}
\ No newline at end of file |
