mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-04 00:47:44 +02:00
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;
|
|
}
|
|
} |