Fix potential error with SID decoder

CQTexperiment
Christopher Snowhill 2019-12-05 18:13:52 -08:00
parent 86681e9726
commit 8e9f8237e3
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
if (!_builder->getStatus())
return NO;
}
else return NO;
SidConfig conf = engine->config();
conf.frequency = 44100;