diff options
Diffstat (limited to 'Ryujinx.Graphics.Video/Vp9MvRef.cs')
| -rw-r--r-- | Ryujinx.Graphics.Video/Vp9MvRef.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.Graphics.Video/Vp9MvRef.cs b/Ryujinx.Graphics.Video/Vp9MvRef.cs deleted file mode 100644 index 6f2d8e81..00000000 --- a/Ryujinx.Graphics.Video/Vp9MvRef.cs +++ /dev/null @@ -1,11 +0,0 @@ -using Ryujinx.Common.Memory; - -namespace Ryujinx.Graphics.Video -{ - // This must match the structure used by NVDEC, do not modify. - public struct Vp9MvRef - { - public Array2<Vp9Mv> Mvs; - public Array2<int> RefFrames; - } -} |
