VGM export: fix PC Engine samples
This commit is contained in:
parent
2dac7f3b87
commit
b6c536c907
2 changed files with 2 additions and 2 deletions
|
|
@ -2441,7 +2441,7 @@ SafeWriter* DivEngine::saveVGM() {
|
|||
|
||||
w->writeC(0x92);
|
||||
w->writeC(streamID);
|
||||
w->writeI(32000); // default
|
||||
w->writeI(16000); // default
|
||||
streamID++;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue