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