Rewrite per-system effect handling (#548)
* Rewrite per-system effect handling * fix build * C64: fix fine cutoff regression * fix some more crashes Co-authored-by: tildearrow <tildearrow@protonmail.com>
This commit is contained in:
parent
5c5d9368bc
commit
7c42453422
88 changed files with 477 additions and 2571 deletions
|
|
@ -417,13 +417,6 @@ class DivDispatch {
|
|||
*/
|
||||
virtual bool getWantPreNote();
|
||||
|
||||
/**
|
||||
* get a description of a dispatch-specific effect.
|
||||
* @param effect the effect.
|
||||
* @return the description, or NULL if effect is invalid.
|
||||
*/
|
||||
virtual const char* getEffectName(unsigned char effect);
|
||||
|
||||
/**
|
||||
* set the chip flags.
|
||||
* @param flags the flags. see song.h for possible values.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue