1 2 3 4 5 6 7 8
namespace Ryujinx.Graphics.Gal { public enum GalFrontFace { CW = 0x900, CCW = 0x901 } }