aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs')
-rw-r--r--Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs b/Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs
index 94aa6979..5d177b40 100644
--- a/Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs
+++ b/Ryujinx.Graphics.Nvdec.Vp9/Dsp/Reader.cs
@@ -50,7 +50,7 @@ namespace Ryujinx.Graphics.Nvdec.Vp9.Dsp
private void Fill()
{
- ReadOnlySpan<byte> buffer = _buffer.ToSpan();
+ ReadOnlySpan<byte> buffer = _buffer.AsSpan();
ReadOnlySpan<byte> bufferStart = buffer;
ulong value = Value;
int count = Count;