Fix potential error with SID decoder
This commit is contained in:
parent
86681e9726
commit
8e9f8237e3
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
if (!_builder->getStatus())
|
||||
return NO;
|
||||
}
|
||||
else return NO;
|
||||
|
||||
SidConfig conf = engine->config();
|
||||
conf.frequency = 44100;
|
||||
|
|
Loading…
Reference in a new issue