swan: Fix new engine command position
This commit is contained in:
parent
c4561b15a5
commit
99c022cd82
|
@ -173,7 +173,6 @@ enum DivDispatchCmds {
|
|||
|
||||
DIV_CMD_WS_SWEEP_TIME, // (time)
|
||||
DIV_CMD_WS_SWEEP_AMOUNT, // (value)
|
||||
DIV_CMD_WS_GLOBAL_SPEAKER_VOLUME, // (multiplier)
|
||||
|
||||
DIV_CMD_N163_WAVE_POSITION,
|
||||
DIV_CMD_N163_WAVE_LENGTH,
|
||||
|
@ -310,6 +309,8 @@ enum DivDispatchCmds {
|
|||
DIV_CMD_SID3_CUTOFF_SCALING,
|
||||
DIV_CMD_SID3_RESONANCE_SCALING,
|
||||
|
||||
DIV_CMD_WS_GLOBAL_SPEAKER_VOLUME, // (multiplier)
|
||||
|
||||
DIV_CMD_MAX
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue