add disableSampleMacro flag for compatibility
This commit is contained in:
parent
3dc54b8995
commit
eb8849ce63
6 changed files with 15 additions and 14 deletions
|
|
@ -88,6 +88,7 @@ void DivPlatformMSM6295::acquire(short* bufL, short* bufR, size_t start, size_t
|
|||
}
|
||||
|
||||
void DivPlatformMSM6295::tick(bool sysTick) {
|
||||
if (parent->song.disableSampleMacro) return;
|
||||
for (int i=0; i<4; i++) {
|
||||
chan[i].std.next();
|
||||
if (chan[i].std.vol.had) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue