Face.cs 156 B

123456789
  1. namespace Ryujinx.Graphics.GAL
  2. {
  3. public enum Face
  4. {
  5. Front = 0x404,
  6. Back = 0x405,
  7. FrontAndBack = 0x408
  8. }
  9. }