mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 03:31:31 +12:00
Merge branch 'hle-dsp-v2' of https://github.com/wheremyfoodat/Panda3DS into hle-dsp-v2
This commit is contained in:
commit
c817ca5dbb
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,7 @@ 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);
|
||||
|
||||
|
@ -220,6 +221,7 @@ namespace Audio {
|
|||
// TODO
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Update write region of shared memory
|
||||
auto& status = write.sourceStatuses.status[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue