now remove debug info
This commit is contained in:
parent
d92e91c5d8
commit
dbf0d3fd88
|
|
@ -1350,8 +1350,6 @@ void DivEngine::renderSamples() {
|
||||||
prevsample=predsample;
|
prevsample=predsample;
|
||||||
previndex=index;
|
previndex=index;
|
||||||
|
|
||||||
printf("%d: O %d E %d\n",j,sample,predsample);
|
|
||||||
|
|
||||||
if (j&1) {
|
if (j&1) {
|
||||||
s->adpcmRendData[j>>1]|=encoded;
|
s->adpcmRendData[j>>1]|=encoded;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue