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); logW("out of OPL4 PCM memory for sample %d!",i);
break; break;
} }
sampleLoaded[i]=true;
} }
pcmMemLen=memPos+256; pcmMemLen=memPos+256;