VGM export: fix up SegaPCM

turns out it is capable of arbitrary loop position!
This commit is contained in:
tildearrow 2022-01-24 15:23:42 -05:00
parent 9654c6a85d
commit 50a0f1f360
3 changed files with 23 additions and 20 deletions

View file

@ -1674,9 +1674,6 @@ void FurnaceGUI::drawSampleEdit() {
if (sample->loopStart&1) {
ImGui::Text("- sample loop start will be aligned to the nearest even sample on Amiga");
}
if (sample->loopStart&255) {
ImGui::Text("- sample loop start will be aligned by 256 on Sega PCM");
}
}
if (sample->length&1) {
considerations=true;