1 namespace Ryujinx.Graphics.Video 2 { 3 public enum FrameField 4 { 5 Progressive, 6 Interlaced, 7 } 8 }