aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Video/FrameField.cs
blob: 2bff0e75f40d62d9761c972567e2f476067216d5 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.Graphics.Video
{
    public enum FrameField
    {
        Progressive,
        Interlaced
    }
}