mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
HLE DSP: Format
This commit is contained in:
parent
7a4f3f4836
commit
e22bc58060
1 changed files with 6 additions and 5 deletions
|
@ -483,7 +483,8 @@ namespace Audio {
|
|||
}
|
||||
|
||||
void HLE_DSP::generateFrame(DSPSource& source) {
|
||||
// Zero out all output samples at first. TODO: Don't zero out the entire frame initially, rather only zero-out the "unwritten" samples when the frame is done being processed.
|
||||
// Zero out all output samples at first. TODO: Don't zero out the entire frame initially, rather only zero-out the "unwritten" samples when
|
||||
// the frame is done being processed.
|
||||
source.currentFrame = {};
|
||||
|
||||
if (source.currentSamples.empty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue