add effects for rear panning
This commit is contained in:
parent
71e40dc015
commit
707bbb54ea
9 changed files with 88 additions and 8 deletions
|
|
@ -2543,6 +2543,16 @@ bool DivEngine::loadFur(unsigned char* file, size_t len) {
|
|||
}
|
||||
}
|
||||
|
||||
// OPL3 pan compat
|
||||
if (ds.version<134) {
|
||||
for (int i=0; i<ds.systemLen; i++) {
|
||||
if (ds.system[i]==DIV_SYSTEM_OPL3 ||
|
||||
ds.system[i]==DIV_SYSTEM_OPL3_DRUMS) {
|
||||
ds.systemFlags[i].set("compatPan",true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (active) quitDispatch();
|
||||
BUSY_BEGIN_SOFT;
|
||||
saveLock.lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue