GalFrontFace.cs 119 B

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