mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-27 18:50:47 -07:00
9 lines
116 B
C#
9 lines
116 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public enum FrameField
|
|
{
|
|
Progressive,
|
|
Interlaced
|
|
}
|
|
}
|