sync with master

This commit is contained in:
cam900 2022-12-17 15:00:58 +09:00
parent 429aed0ab1
commit e53efe2bcb
1 changed files with 6 additions and 0 deletions

View File

@ -1064,6 +1064,12 @@ int DivPlatformES5506::dispatch(DivCommand c) {
case DIV_CMD_GET_VOLMAX:
return 255;
break;
case DIV_CMD_MACRO_OFF:
chan[c.chan].std.mask(c.value,true);
break;
case DIV_CMD_MACRO_ON:
chan[c.chan].std.mask(c.value,false);
break;
case DIV_ALWAYS_SET_VOLUME:
return 1;
break;