mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 23:13:01 +00:00
Fix pitch
This commit is contained in:
parent
dfb663d876
commit
2863f1662f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue