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;
|
||||
|
||||
valuePos += copySize;
|
||||
valuePos += copySize;
|
||||
_bufferPos += copySize;
|
||||
remaining -= copySize;
|
||||
remaining -= copySize;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -76,8 +76,8 @@ namespace Ryujinx.Graphics.VDec
|
|||
|
||||
int shift = NormLut[range];
|
||||
|
||||
range <<= shift;
|
||||
_count += shift;
|
||||
range <<= shift;
|
||||
_count += shift;
|
||||
|
||||
if (_count >= 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue