mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-26 12:03:01 +00:00
b186ec9fc5
* Address most dotnet format whitespace warnings * dotnet format whitespace after rebase
8 lines
116 B
C#
8 lines
116 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public enum FrameField
|
|
{
|
|
Progressive,
|
|
Interlaced
|
|
}
|
|
}
|