Match this to actual channel count
This commit is contained in:
parent
32050a211f
commit
c2a7bdd194
|
|
@ -581,7 +581,7 @@ int DivPlatformSoundUnit::init(DivEngine* p, int channels, int sugRate, unsigned
|
||||||
su=new SoundUnit();
|
su=new SoundUnit();
|
||||||
setFlags(flags);
|
setFlags(flags);
|
||||||
reset();
|
reset();
|
||||||
return 6;
|
return 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformSoundUnit::quit() {
|
void DivPlatformSoundUnit::quit() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue