From 157ad3f54f6f8b16f9bf4004d3dc954197eaf66a Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 6 Aug 2020 18:40:41 -0300 Subject: Silence several build warnings (#1428) * Silence several build warnings * Remove fixed buffers from NVDEC struct * Remove unused field and usings * Fix wrong name * Silence more warning on H264 PictureInfo --- Ryujinx.Graphics.Nvdec.Vp9/Common/MemoryUtil.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Ryujinx.Graphics.Nvdec.Vp9/Common') diff --git a/Ryujinx.Graphics.Nvdec.Vp9/Common/MemoryUtil.cs b/Ryujinx.Graphics.Nvdec.Vp9/Common/MemoryUtil.cs index e53ec9bd..909a9483 100644 --- a/Ryujinx.Graphics.Nvdec.Vp9/Common/MemoryUtil.cs +++ b/Ryujinx.Graphics.Nvdec.Vp9/Common/MemoryUtil.cs @@ -1,6 +1,4 @@ -using Ryujinx.Common.Memory; -using System; -using System.Runtime.CompilerServices; +using System; using System.Runtime.InteropServices; namespace Ryujinx.Graphics.Nvdec.Vp9.Common -- cgit v1.2.3