C140: add bank types
This commit is contained in:
parent
b08f1e656f
commit
8235f6ee66
10 changed files with 107 additions and 9 deletions
|
|
@ -3212,10 +3212,11 @@ void DivEngine::setOrder(unsigned char order) {
|
|||
BUSY_END;
|
||||
}
|
||||
|
||||
void DivEngine::updateSysFlags(int system, bool restart) {
|
||||
void DivEngine::updateSysFlags(int system, bool restart, bool render) {
|
||||
BUSY_BEGIN_SOFT;
|
||||
disCont[system].dispatch->setFlags(song.systemFlags[system]);
|
||||
disCont[system].setRates(got.rate);
|
||||
if (render) renderSamples();
|
||||
|
||||
// patchbay
|
||||
if (song.patchbayAuto) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue