Fix asserts on VP9 decoder in debug mode and build warnings (#1480)
This commit is contained in:
parent
5eb0ee3cca
commit
01ff648bdf
4 changed files with 6 additions and 5 deletions
|
@ -3,7 +3,7 @@ using System;
|
|||
|
||||
namespace Ryujinx.Graphics.Nvdec.H264
|
||||
{
|
||||
public class Decoder : IH264Decoder
|
||||
public sealed class Decoder : IH264Decoder
|
||||
{
|
||||
public bool IsHardwareAccelerated => false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue