surface: Correct format S8Z24
This commit is contained in:
parent
03d489dcf5
commit
082740d34d
4 changed files with 5 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue