Skip to content

Commit

Permalink
HLE DSP: Don't printf on buffer queue dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Jul 28, 2024
1 parent 04e1898 commit 908222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/audio/hle_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 908222f

Please sign in to comment.