dev217
This commit is contained in:
parent
0224882a42
commit
b5e500d85d
|
@ -54,8 +54,8 @@ class DivWorkPool;
|
||||||
|
|
||||||
#define DIV_UNSTABLE
|
#define DIV_UNSTABLE
|
||||||
|
|
||||||
#define DIV_VERSION "Import Test"
|
#define DIV_VERSION "dev217"
|
||||||
#define DIV_ENGINE_VERSION 216
|
#define DIV_ENGINE_VERSION 217
|
||||||
// for imports
|
// for imports
|
||||||
#define DIV_VERSION_MOD 0xff01
|
#define DIV_VERSION_MOD 0xff01
|
||||||
#define DIV_VERSION_FC 0xff02
|
#define DIV_VERSION_FC 0xff02
|
||||||
|
|
|
@ -2094,6 +2094,12 @@ bool DivEngine::loadFur(unsigned char* file, size_t len, int variantID) {
|
||||||
ds.systemFlags[i].set("oldPitch",true);
|
ds.systemFlags[i].set("oldPitch",true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (ds.version<217) {
|
||||||
|
for (int i=0; i<ds.systemLen; i++) {
|
||||||
|
if (ds.system[i]==DIV_SYSTEM_VERA) {
|
||||||
|
ds.systemFlags[i].set("chipType",1);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (active) quitDispatch();
|
if (active) quitDispatch();
|
||||||
|
|
Loading…
Reference in a new issue