SNES: fix possible sample corruption
when toggling echo
This commit is contained in:
parent
423f2f5069
commit
1325664d25
3 changed files with 15 additions and 3 deletions
|
|
@ -75,6 +75,7 @@ class DivPlatformOPLL: public DivDispatch {
|
|||
int octave(int freq);
|
||||
int toFreq(int freq);
|
||||
void commitState(int ch, DivInstrument* ins);
|
||||
void switchMode(bool mode);
|
||||
|
||||
friend void putDispatchChip(void*,int);
|
||||
friend void putDispatchChan(void*,int,int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue