aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 87abddb..bca3c92 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -85,10 +85,11 @@ typedef struct {
} ControlChange;
typedef struct {
- char* uuid;
- char* load;
- bool dump;
- bool generic_ui;
+ char* uuid;
+ char* load;
+ uint32_t buffer_size;
+ bool dump;
+ bool generic_ui;
} JalvOptions;
typedef struct {