dev159 - add 8-bit dither option
This commit is contained in:
parent
8d07441d2e
commit
5e0eb9aa23
6 changed files with 54 additions and 14 deletions
|
|
@ -54,8 +54,8 @@
|
|||
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
|
||||
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
|
||||
|
||||
#define DIV_VERSION "0.6pre5"
|
||||
#define DIV_ENGINE_VERSION 158
|
||||
#define DIV_VERSION "dev159"
|
||||
#define DIV_ENGINE_VERSION 159
|
||||
// for imports
|
||||
#define DIV_VERSION_MOD 0xff01
|
||||
#define DIV_VERSION_FC 0xff02
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue