add stop song effect! finally!
This commit is contained in:
parent
09144b95f9
commit
bacf57bb65
3 changed files with 24 additions and 7 deletions
|
|
@ -1458,7 +1458,7 @@ const char* DivEngine::getEffectDesc(unsigned char effect, int chan) {
|
|||
case 0xef:
|
||||
return "EFxx: Set global tuning (quirky!)";
|
||||
case 0xff:
|
||||
return "FFxx: Stop song (not implemented yet)";
|
||||
return "FFxx: Stop song";
|
||||
default:
|
||||
if (chan>=0 && chan<chans) {
|
||||
const char* ret=disCont[dispatchOfChan[chan]].dispatch->getEffectName(effect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue