games/gba: remove debugging print
This commit is contained in:
parent
2a03ed80e4
commit
277185b51d
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ sweep(int wb)
|
||||||
if((cnt & 1<<3) != 0)
|
if((cnt & 1<<3) != 0)
|
||||||
d = -d;
|
d = -d;
|
||||||
fr = sweepfreq + d;
|
fr = sweepfreq + d;
|
||||||
print("%d %d %d\n", d, sweepfreq, fr);
|
|
||||||
if(fr > 2047){
|
if(fr > 2047){
|
||||||
sndch[0].len = 0;
|
sndch[0].len = 0;
|
||||||
sndch[0].vol = 0;
|
sndch[0].vol = 0;
|
||||||
|
|
Loading…
Reference in a new issue