aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalMemoryLayout.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/GalMemoryLayout.cs')
-rw-r--r--Ryujinx.Graphics/Gal/GalMemoryLayout.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Ryujinx.Graphics/Gal/GalMemoryLayout.cs b/Ryujinx.Graphics/Gal/GalMemoryLayout.cs
deleted file mode 100644
index 73fabf8c..00000000
--- a/Ryujinx.Graphics/Gal/GalMemoryLayout.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace Ryujinx.Graphics.Gal
-{
- public enum GalMemoryLayout
- {
- BlockLinear = 0,
- Pitch = 1
- }
-} \ No newline at end of file