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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@ using System;
namespace Ryujinx.Graphics.Nvdec.H264
{
public class Decoder : IH264Decoder
public sealed class Decoder : IH264Decoder
{
public bool IsHardwareAccelerated => false;