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:
tildearrow 2025-10-06 12:31:56 -05:00
parent 2739b5af54
commit 1f6f7f961e
2 changed files with 51 additions and 3 deletions

View file

@ -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