SNES: add global volume control effects

This commit is contained in:
tildearrow 2023-05-04 16:49:47 -05:00
parent 1e5163c738
commit b037b07c30
6 changed files with 32 additions and 0 deletions

View file

@ -231,6 +231,9 @@ enum DivDispatchCmds {
DIV_CMD_HINT_ARP_TIME, // (value)
DIV_CMD_SNES_GLOBAL_VOL_LEFT,
DIV_CMD_SNES_GLOBAL_VOL_RIGHT,
DIV_ALWAYS_SET_VOLUME, // () -> alwaysSetVol
DIV_CMD_MAX