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