mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-03 19:48:58 +00:00
8 lines
116 B
C#
8 lines
116 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public enum FrameField
|
|
{
|
|
Progressive,
|
|
Interlaced
|
|
}
|
|
}
|