possible fix to #1356
This commit is contained in:
parent
a79c82033c
commit
741d350fe2
5 changed files with 9 additions and 12 deletions
|
|
@ -754,6 +754,8 @@ void DivPlatformSNES::initEcho() {
|
|||
}
|
||||
|
||||
void DivPlatformSNES::reset() {
|
||||
writes.clear();
|
||||
|
||||
memcpy(sampleMem,copyOfSampleMem,65536);
|
||||
dsp.init(sampleMem);
|
||||
dsp.set_output(NULL,0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue