Fix channel count

This commit is contained in:
cam900 2022-12-08 19:20:01 +09:00
parent 186eb23dd0
commit 80b1285ac9
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ int DivPlatformK007232::init(DivEngine* p, int channels, int sugRate, const DivC
setFlags(flags);
reset();
return 8;
return 2;
}
void DivPlatformK007232::quit() {