aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Nvdec/Types/H264/ReferenceFrame.cs
blob: 5db311aee35def3e1a94c63bb22635ca7c3a9245 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Ryujinx.Graphics.Nvdec.Types.H264
{
    struct ReferenceFrame
    {
        public uint Unknown0;
        public uint Unknown4;
        public uint Unknown8;
        public uint UnknownC;
    }
}