NES: add L I N E A R C O U N T E R effect

This commit is contained in:
tildearrow 2023-05-05 01:10:03 -05:00
parent 0c0472ce76
commit e759200ac6
5 changed files with 21 additions and 4 deletions

View file

@ -234,6 +234,8 @@ enum DivDispatchCmds {
DIV_CMD_SNES_GLOBAL_VOL_LEFT,
DIV_CMD_SNES_GLOBAL_VOL_RIGHT,
DIV_CMD_NES_LINEAR_LENGTH,
DIV_ALWAYS_SET_VOLUME, // () -> alwaysSetVol
DIV_CMD_MAX