GBA: update to latest dispatch spec
remove ALWAYS_SET_VOLUME implement macro restart
This commit is contained in:
parent
11e492c897
commit
0a498dc4c4
4 changed files with 8 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue