faster sample format conversion
don't render in all formats when converting
This commit is contained in:
parent
80fdc706d1
commit
0ddbc56b94
4 changed files with 8 additions and 7 deletions
|
|
@ -52,9 +52,9 @@ class DivWorkPool;
|
|||
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
|
||||
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
|
||||
|
||||
//#define DIV_UNSTABLE
|
||||
#define DIV_UNSTABLE
|
||||
|
||||
#define DIV_VERSION "0.6.2"
|
||||
#define DIV_VERSION "dev197"
|
||||
#define DIV_ENGINE_VERSION 197
|
||||
// for imports
|
||||
#define DIV_VERSION_MOD 0xff01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue