diff options
author | Nicholas Rodine <halfofastaple@gmail.com> | 2022-08-17 02:05:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 09:05:15 +0200 |
commit | 2197f41506e1ed7c4c657a1899491298bd66f7f9 (patch) | |
tree | bf4fb59575befca48f31c5f83ca6ed49c5fee17b /Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs | |
parent | c8f9292babd5aa6021ce1bd6a977130baebb7de3 (diff) |
Removed extra semicolons. (#3594)1.1.220
Diffstat (limited to 'Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs')
-rw-r--r-- | Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs b/Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs index abebb4b7..cdd645a3 100644 --- a/Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs +++ b/Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs @@ -1187,7 +1187,7 @@ namespace Ryujinx.Graphics.Nvdec.Vp9 if (cm.Mb.Corrupted) { cm.Error.InternalError(CodecErr.CodecCorruptFrame, "Failed to decode tile data"); - }; + } } } } |