PCE: PCM works

CPU usage increases though when it's in use :<
This commit is contained in:
tildearrow 2025-03-04 12:19:46 -05:00
parent 5d3a22a502
commit ec5aafb9ad
2 changed files with 6 additions and 4 deletions

View file

@ -1432,7 +1432,8 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
break;
case DIV_SYSTEM_PCE:
if (!hasPCE) {
hasPCE=disCont[i].dispatch->chipClock;
// the clock is halved in VGM...
hasPCE=disCont[i].dispatch->chipClock/2;
CHIP_VOL(27,0.98);
willExport[i]=true;
writePCESamples=true;