mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-12 13:49:12 +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
|
|
}
|
|
}
|