PCE: PCM works
CPU usage increases though when it's in use :<
This commit is contained in:
parent
5d3a22a502
commit
ec5aafb9ad
2 changed files with 6 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue