surface: Correct format S8Z24

This commit is contained in:
Fernando Sahmkow 2019-06-14 16:40:04 -04:00 committed by ReinUsesLisp
parent 03d489dcf5
commit 082740d34d
4 changed files with 5 additions and 9 deletions

View file

@ -111,7 +111,7 @@ void MaxwellDMA::HandleCopy() {
memory_manager.WriteBlock(dest, write_buffer.data(), dst_size);
} else {
ASSERT(regs.dst_params.BlockDepth() == 1);
ASSERT(regs.dst_params.BlockDepth() == 0);
const u32 src_bytes_per_pixel = regs.src_pitch / regs.x_count;