Loop point ignored in K053260

This commit is contained in:
cam900 2023-06-28 20:05:53 +09:00
parent 8c4477c6dd
commit 6639bf2112

View file

@ -246,6 +246,13 @@ void FurnaceGUI::drawSampleEdit() {
} }
} }
break; break;
case DIV_SYSTEM_K053260:
if (sample->loop) {
if (sample->loopStart!=0 || sample->loopEnd!=(int)(sample->samples)) {
SAMPLE_WARN(warnLoopPos,"K053260: loop point ignored (may only loop entire sample)");
}
}
break;
default: default:
break; break;
} }