prepare for end of song effect

This commit is contained in:
tildearrow 2022-02-04 14:43:57 -05:00
parent 29174e97cc
commit b57e85134e
3 changed files with 5 additions and 0 deletions

View file

@ -1446,6 +1446,8 @@ const char* DivEngine::getEffectDesc(unsigned char effect, int chan) {
return "EExx: Send external command";
case 0xef:
return "EFxx: Set global tuning";
case 0xff:
return "FFxx: Stop song";
default:
if (chan>=0 && chan<chans) {
const char* ret=disCont[dispatchOfChan[chan]].dispatch->getEffectName(effect);