Fix warning
This commit is contained in:
parent
6a5a58ad13
commit
876234d749
|
@ -2912,6 +2912,7 @@ void DivPlatformOPL::renderSamples(int sysID) {
|
||||||
logW("out of OPL4 PCM memory for sample %d!",i);
|
logW("out of OPL4 PCM memory for sample %d!",i);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
sampleLoaded[i]=true;
|
||||||
}
|
}
|
||||||
pcmMemLen=memPos+256;
|
pcmMemLen=memPos+256;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue