SID2: remove volume parameter

redundant since we have volume macro
This commit is contained in:
tildearrow 2024-04-25 13:02:40 -05:00
parent 0ad7863d78
commit b955b26af6
2 changed files with 1 additions and 15 deletions

View file

@ -313,8 +313,6 @@ int DivPlatformSID2::dispatch(DivCommand c) {
chan[c.chan].noise_mode = ins->sid2.noiseMode;
chan[c.chan].mix_mode = ins->sid2.mixMode;
chan[c.chan].outVol=ins->sid2.volume;
}
if (chan[c.chan].insChanged || chan[c.chan].resetFilter) {
chan[c.chan].filter=ins->c64.toFilter;