dev234 - extra config paranoia
featuring config start/end markers to ensure the config is complete. necessary due to a problem which results in Furnace not writing the entire config in time on Android sometimes. best to fall back to the previous config than a total sudden reset... issue #1825
This commit is contained in:
parent
2739b5af54
commit
1f6f7f961e
2 changed files with 51 additions and 3 deletions
|
|
@ -54,8 +54,8 @@ class DivWorkPool;
|
|||
|
||||
#define DIV_UNSTABLE
|
||||
|
||||
#define DIV_VERSION "dev233"
|
||||
#define DIV_ENGINE_VERSION 233
|
||||
#define DIV_VERSION "dev234"
|
||||
#define DIV_ENGINE_VERSION 234
|
||||
// for imports
|
||||
#define DIV_VERSION_MOD 0xff01
|
||||
#define DIV_VERSION_FC 0xff02
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue