Fix compile

This commit is contained in:
cam900 2022-10-22 17:36:33 +09:00
parent 87cb3c49a4
commit b6cdaa81e3
1 changed files with 0 additions and 2 deletions

View File

@ -479,8 +479,6 @@ void DivPlatformES5506::tick(bool sysTick) {
chan[i].pcm.note=next;
}
// get loop mode
double loopStart=(double)s->loopStart;
double loopEnd=(double)s->loopEnd;
DivSampleLoopMode loopMode=s->isLoopable()?s->loopMode:DIV_SAMPLE_LOOP_MAX;
// get reversed
bool reversed=ins->amiga.reversed;