mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 03:12:40 +00:00
decoders: correct block calculation
This commit is contained in:
committed by
ReinUsesLisp
parent
3dd7643214
commit
7232a1ed16
@@ -111,7 +111,7 @@ void MaxwellDMA::HandleCopy() {
|
||||
|
||||
memory_manager.WriteBlock(dest, write_buffer.data(), dst_size);
|
||||
} else {
|
||||
ASSERT(regs.dst_params.BlockDepth() == 0);
|
||||
ASSERT(regs.dst_params.BlockDepth() == 1);
|
||||
|
||||
const u32 src_bytes_per_pixel = regs.src_pitch / regs.x_count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user