X1-010: don't pan in mono mode

This commit is contained in:
tildearrow 2022-03-19 21:59:19 -05:00
parent 67ca88b478
commit 607a347b7a
1 changed files with 1 additions and 0 deletions

View File

@ -669,6 +669,7 @@ int DivPlatformX1_010::dispatch(DivCommand c) {
}
break;
case DIV_CMD_PANNING: {
if (!stereo) break;
if (chan[c.chan].pan!=c.value) {
chan[c.chan].pan=c.value;
if (!isMuted[c.chan]) {