Fix broken amend

This commit is contained in:
wheremyfoodat 2024-04-27 00:42:03 +03:00
parent c817ca5dbb
commit 6481fff91d

View file

@ -213,7 +213,6 @@ namespace Audio {
// Generate audio
if (source.enabled && !source.buffers.empty()) {
static int aaaa = 0;
const auto& buffer = source.buffers.top();
const u8* data = getPointerPhys<u8>(buffer.paddr);
@ -221,7 +220,6 @@ namespace Audio {
// TODO
}
}
}
// Update write region of shared memory
auto& status = write.sourceStatuses.status[i];