Fix asserts on VP9 decoder in debug mode and build warnings (#1480)

This commit is contained in:
gdkchan
2020-08-20 00:07:04 -03:00
committed by GitHub
parent 5eb0ee3cca
commit 01ff648bdf
4 changed files with 6 additions and 5 deletions

View File

@ -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;