Fix max allocations for DECR mode (sys_memory)
This commit is contained in:
@@ -80,7 +80,7 @@ struct lv2_memory_alloca
|
||||
{
|
||||
static const u32 id_base = 0x1;
|
||||
static const u32 id_step = 0x1;
|
||||
static const u32 id_count = 0x1000;
|
||||
static const u32 id_count = 0x2000;
|
||||
|
||||
const u32 size; // Memory size
|
||||
const u32 align; // Alignment required
|
||||
|
||||
Reference in New Issue
Block a user