rsx: Fixup whitespace

This commit is contained in:
kd-11 2025-11-29 00:43:35 +03:00
parent 7b560e5ffa
commit b7740a2646

View file

@ -93,9 +93,9 @@ namespace rsx
// Move last 32 bits
reinterpret_cast<u32*>(dst)[0] = reinterpret_cast<const u32*>(src)[count - 1];
RSX(ctx)->invalidate_fragment_program(dst_dma, dst_offset, 4);
return;
}
else
{
if (dst_dma & CELL_GCM_LOCATION_MAIN)
{
// May overlap
@ -108,8 +108,6 @@ namespace rsx
}
RSX(ctx)->invalidate_fragment_program(dst_dma, dst_offset, count * 4);
}
break;
}
case blit_engine::transfer_destination_format::r5g6b5: