mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
BufferUtils: Fix regression in upload_untouched
This commit is contained in:
parent
2cd7238e76
commit
58e3232710
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ namespace
|
||||||
{
|
{
|
||||||
// In remaining loop: protect min values
|
// In remaining loop: protect min values
|
||||||
c.vec_or(sizeof(T), c.v5, c.v0, c.v4);
|
c.vec_or(sizeof(T), c.v5, c.v0, c.v4);
|
||||||
c.vec_umin(sizeof(T), c.v2, c.v5, c.v4);
|
c.vec_umin(sizeof(T), c.v2, c.v2, c.v5);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue