mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-09 18:29:52 +00:00
* Address most dotnet format whitespace warnings * dotnet format whitespace after rebase
9 lines
116 B
C#
9 lines
116 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public enum FrameField
|
|
{
|
|
Progressive,
|
|
Interlaced
|
|
}
|
|
}
|