total extinction of legacy sample mode, part 5
partially working converter
This commit is contained in:
parent
734f36b483
commit
0f5455831a
9 changed files with 279 additions and 119 deletions
|
|
@ -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