mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
remove temp hack
This commit is contained in:
parent
8b77bceafd
commit
7760c4400f
@ -106,8 +106,7 @@ void SOUNDCALL opngen_getpcm(void *hdl, SINT32 *pcm, UINT count) {
|
|||||||
SINT32 samp_l;
|
SINT32 samp_l;
|
||||||
SINT32 samp_r;
|
SINT32 samp_r;
|
||||||
|
|
||||||
/* FIXME: The "playing" flag is never getting set! */
|
if ((!opngen.playing) || (!count)) {
|
||||||
if (/*(!opngen.playing) || */(!count)) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
fm = opnch;
|
fm = opnch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user