aboutsummaryrefslogtreecommitdiff
path: root/audio/nspmod/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/nspmod/files/patch-aa')
-rw-r--r--audio/nspmod/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/nspmod/files/patch-aa b/audio/nspmod/files/patch-aa
index d9b77b1fb826..27557f1828c7 100644
--- a/audio/nspmod/files/patch-aa
+++ b/audio/nspmod/files/patch-aa
@@ -100,12 +100,12 @@
perror("dacioConf");
exit(1);
}
-! fprintf(stderr, "sound buffer size = 0x%x\n", buf.size);
+! /*fprintf(stderr, "sound buffer size = 0x%x\n", buf.size);*/
! tmp = buf.size;
! while (tmp <= (0.1 * (dcp->speed * (dcp->stereo+1) * (dcp->bits/8))))
! tmp += buf.size;
! buf.size = tmp;
-! fprintf(stderr, "buffer size = 0x%x\n", buf.size);
+! /*fprintf(stderr, "buffer size = 0x%x\n", buf.size);*/
dci = *dcp;
/*if (buf.top != NULL) free(buf.top);*/
! buf.top = memPerm(buf.size);