mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
T6W28: whoops fix VGM export
This commit is contained in:
parent
285d81c716
commit
ecd5662d9b
1 changed files with 2 additions and 0 deletions
|
@ -1388,6 +1388,8 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
|
|||
if (!hasSN) {
|
||||
hasSN=0xc0000000|disCont[i].dispatch->chipClock;
|
||||
CHIP_VOL(0,1.0);
|
||||
snNoiseConfig=3;
|
||||
snNoiseSize=15;
|
||||
willExport[i]=true;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue