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
1 changed files with 1 additions and 1 deletions

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() {