Fix warning

This commit is contained in:
cam900 2024-07-11 20:26:40 +09:00
parent 6a5a58ad13
commit 876234d749

View file

@ -2912,6 +2912,7 @@ void DivPlatformOPL::renderSamples(int sysID) {
logW("out of OPL4 PCM memory for sample %d!",i);
break;
}
sampleLoaded[i]=true;
}
pcmMemLen=memPos+256;