GBA: update to latest dispatch spec

remove ALWAYS_SET_VOLUME
implement macro restart
This commit is contained in:
tildearrow 2024-03-17 15:57:41 -05:00
parent 11e492c897
commit 0a498dc4c4
4 changed files with 8 additions and 11 deletions

View file

@ -519,8 +519,8 @@ int DivPlatformGBAMinMod::dispatch(DivCommand c) {
case DIV_CMD_MACRO_ON:
chan[c.chan].std.mask(c.value,false);
break;
case DIV_ALWAYS_SET_VOLUME:
return 1;
case DIV_CMD_MACRO_RESTART:
chan[c.chan].std.restart(c.value);
break;
default:
break;