Origin.cs 111 B

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