dev239 - Merge branch 'noLegacySample'
This commit is contained in:
commit
b8db5b4a1a
78 changed files with 1367 additions and 2422 deletions
|
|
@ -55,8 +55,8 @@ class DivWorkPool;
|
|||
|
||||
#define DIV_UNSTABLE
|
||||
|
||||
#define DIV_VERSION "dev238"
|
||||
#define DIV_ENGINE_VERSION 238
|
||||
#define DIV_VERSION "dev239"
|
||||
#define DIV_ENGINE_VERSION 239
|
||||
// for imports
|
||||
#define DIV_VERSION_MOD 0xff01
|
||||
#define DIV_VERSION_FC 0xff02
|
||||
|
|
@ -695,6 +695,10 @@ class DivEngine {
|
|||
// change song (UNSAFE)
|
||||
void changeSong(size_t songIndex);
|
||||
|
||||
// convert legacy sample mode to normal
|
||||
// returns whether conversion occurred
|
||||
bool convertLegacySampleMode();
|
||||
|
||||
void swapSystemUnsafe(int src, int dest, bool preserveOrder=true);
|
||||
|
||||
// move an asset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue