Thought I got all of these
This commit is contained in:
parent
0b4651625b
commit
7c645430d0
2 changed files with 4 additions and 4 deletions
|
@ -45,9 +45,9 @@ namespace Ryujinx.Graphics.VDec
|
||||||
|
|
||||||
_buffer |= ((value >> srcShift) & mask) << dstShift;
|
_buffer |= ((value >> srcShift) & mask) << dstShift;
|
||||||
|
|
||||||
valuePos += copySize;
|
valuePos += copySize;
|
||||||
_bufferPos += copySize;
|
_bufferPos += copySize;
|
||||||
remaining -= copySize;
|
remaining -= copySize;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,8 +76,8 @@ namespace Ryujinx.Graphics.VDec
|
||||||
|
|
||||||
int shift = NormLut[range];
|
int shift = NormLut[range];
|
||||||
|
|
||||||
range <<= shift;
|
range <<= shift;
|
||||||
_count += shift;
|
_count += shift;
|
||||||
|
|
||||||
if (_count >= 0)
|
if (_count >= 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue