Revert "[APU] Clear host data while reseting context"

This reverts commit 1451ca4266.
This commit is contained in:
Gliniak 2023-01-01 11:23:47 +01:00
parent 2afd2cc4d6
commit b7bc0425ba
1 changed files with 0 additions and 5 deletions

View File

@ -150,11 +150,6 @@ void XmaContext::Clear() {
data.output_buffer_read_offset = 0;
data.output_buffer_write_offset = 0;
xma_frame_.fill(0);
split_frame_len_ = 0;
split_frame_len_partial_ = 0;
split_frame_padding_start_ = 0;
data.Store(context_ptr);
}