10 lines
No EOL
187 B
C#
10 lines
No EOL
187 B
C#
namespace Ryujinx.Graphics.VDec
|
|
{
|
|
struct Vp9FrameKeys
|
|
{
|
|
public long CurrKey;
|
|
public long Ref0Key;
|
|
public long Ref1Key;
|
|
public long Ref2Key;
|
|
}
|
|
} |