prepare for end of song effect
This commit is contained in:
parent
29174e97cc
commit
b57e85134e
3 changed files with 5 additions and 0 deletions
|
|
@ -683,6 +683,8 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
|||
case 0xef: // global pitch
|
||||
globalPitch+=(signed char)(effectVal-0x80);
|
||||
break;
|
||||
case 0xff: // stop song TODO
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue