mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
BufferUtils: Fix regression in upload_untouched
This commit is contained in:
parent
2cd7238e76
commit
58e3232710
@ -315,7 +315,7 @@ namespace
|
||||
{
|
||||
// In remaining loop: protect min values
|
||||
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user