Fix pitch

This commit is contained in:
cam900 2022-08-21 12:57:53 +09:00
parent dfb663d876
commit 2863f1662f
1 changed files with 1 additions and 0 deletions

View File

@ -1609,6 +1609,7 @@ void DivPlatformOPL::setOPLType(int type, bool drums) {
pretendYMU=true;
adpcmChan=16;
} else if (type==4) {
chipFreqBase=32768*684;
downsample=true;
}
break;