mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-07 02:38:29 +02:00
Fix asserts on VP9 decoder in debug mode and build warnings (#1480)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user