diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-08-20 00:07:04 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-20 00:07:04 -0300 |
| commit | 01ff648bdf46b85409d1a834987a69150de7adb9 (patch) | |
| tree | aa72717b43babdae3431d1bbe8e68be0d875c91d /Ryujinx.Graphics.Nvdec.Vp9/Types | |
| parent | 5eb0ee3ccaf531ad4042199f848e9462efb3d8ec (diff) | |
Fix asserts on VP9 decoder in debug mode and build warnings (#1480)
Diffstat (limited to 'Ryujinx.Graphics.Nvdec.Vp9/Types')
| -rw-r--r-- | Ryujinx.Graphics.Nvdec.Vp9/Types/Vp9Common.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Nvdec.Vp9/Types/Vp9Common.cs b/Ryujinx.Graphics.Nvdec.Vp9/Types/Vp9Common.cs index f33ea93f..4ca05954 100644 --- a/Ryujinx.Graphics.Nvdec.Vp9/Types/Vp9Common.cs +++ b/Ryujinx.Graphics.Nvdec.Vp9/Types/Vp9Common.cs @@ -83,8 +83,6 @@ namespace Ryujinx.Graphics.Nvdec.Vp9.Types public Ptr<Vp9EntropyProbs> Fc; public Ptr<Vp9BackwardUpdates> Counts; - public bool FrameParallelDecodingMode; - public int Log2TileCols, Log2TileRows; public ArrayPtr<sbyte> AboveSegContext; |
