Match this to actual channel count

This commit is contained in:
cam900 2022-08-29 11:45:18 +09:00 committed by GitHub
parent 32050a211f
commit c2a7bdd194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -581,7 +581,7 @@ int DivPlatformSoundUnit::init(DivEngine* p, int channels, int sugRate, unsigned
su=new SoundUnit();
setFlags(flags);
reset();
return 6;
return 8;
}
void DivPlatformSoundUnit::quit() {