Origin.cs 110 B

12345678
  1. namespace Ryujinx.Graphics.GAL
  2. {
  3. public enum Origin
  4. {
  5. UpperLeft,
  6. LowerLeft
  7. }
  8. }