mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-12 01:37:02 +00:00
* Support NVDEC H264 interlaced video decoding and VIC deinterlacing * Remove unused code
8 lines
No EOL
115 B
C#
8 lines
No EOL
115 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public enum FrameField
|
|
{
|
|
Progressive,
|
|
Interlaced
|
|
}
|
|
} |