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