GalMemoryLayout.cs 127 B

12345678
  1. namespace Ryujinx.Graphics.Gal
  2. {
  3. public enum GalMemoryLayout
  4. {
  5. BlockLinear = 0,
  6. Pitch = 1
  7. }
  8. }