fix crash when exporting audio (per chip)
also fix two misc issues in ES5506 and Sound Unit
This commit is contained in:
parent
68a2c5f2f0
commit
4161dcd786
3 changed files with 5 additions and 3 deletions
|
|
@ -1253,6 +1253,7 @@ int DivPlatformES5506::init(DivEngine* p, int channels, int sugRate, const DivCo
|
|||
dumpWrites=false;
|
||||
skipRegisterWrites=false;
|
||||
volScale=0;
|
||||
curPage=0;
|
||||
|
||||
for (int i=0; i<32; i++) {
|
||||
isMuted[i]=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue