mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-07 09:10:05 +01:00
VTC tiling - fix source offset increment.
This commit is contained in:
parent
e5b4710471
commit
d79a544320
|
|
@ -88,7 +88,7 @@ struct copy_unmodified_block_vtc
|
|||
// Last plane in the group of 4?
|
||||
if (d && ((d & 3) == 0))
|
||||
{
|
||||
src_offset += row_element_count;
|
||||
src_offset += row_element_count - 4;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue