early-access version 2445

This commit is contained in:
pineappleEA
2022-01-29 18:52:22 +01:00
parent fc6a463ba9
commit b9da2703ad
3 changed files with 4 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ void State::ProcessData(const u32 data, const bool is_last_call) {
}
const GPUVAddr address{regs.dest.Address()};
if (is_linear) {
memory_manager.FlushRegion(address, copy_size);
memory_manager.WriteBlock(address, inner_buffer.data(), copy_size);
} else {
UNIMPLEMENTED_IF(regs.dest.z != 0);