GalFrontFace.cs 119 B

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