mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
HLE DSP: Don't printf on buffer queue dirty
This commit is contained in:
parent
04e18987dc
commit
908222f26f
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ namespace Audio {
|
|||
|
||||
if (config.bufferQueueDirty) {
|
||||
config.bufferQueueDirty = 0;
|
||||
printf("Buffer queue dirty for voice %d\n", source.index);
|
||||
// printf("Buffer queue dirty for voice %d\n", source.index);
|
||||
}
|
||||
|
||||
config.dirtyRaw = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue