mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-18 01:33:58 +12:00
Fix broken amend
This commit is contained in:
parent
c817ca5dbb
commit
6481fff91d
1 changed files with 0 additions and 2 deletions
|
@ -213,7 +213,6 @@ namespace Audio {
|
||||||
|
|
||||||
// Generate audio
|
// Generate audio
|
||||||
if (source.enabled && !source.buffers.empty()) {
|
if (source.enabled && !source.buffers.empty()) {
|
||||||
static int aaaa = 0;
|
|
||||||
const auto& buffer = source.buffers.top();
|
const auto& buffer = source.buffers.top();
|
||||||
const u8* data = getPointerPhys<u8>(buffer.paddr);
|
const u8* data = getPointerPhys<u8>(buffer.paddr);
|
||||||
|
|
||||||
|
@ -221,7 +220,6 @@ namespace Audio {
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Update write region of shared memory
|
// Update write region of shared memory
|
||||||
auto& status = write.sourceStatuses.status[i];
|
auto& status = write.sourceStatuses.status[i];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue