Fix potential error with SID decoder
parent
86681e9726
commit
8e9f8237e3
|
@ -71,6 +71,7 @@
|
|||
if (!_builder->getStatus())
|
||||
return NO;
|
||||
}
|
||||
else return NO;
|
||||
|
||||
SidConfig conf = engine->config();
|
||||
conf.frequency = 44100;
|
||||
|
|
Loading…
Reference in New Issue