Empty field in vst_events_t is likely padding

Based on where things are in the structure this is likely to be a remnant of the past. Can't verify that though.
This commit is contained in:
Xaymar
2025-08-08 04:47:06 +02:00
parent e9f88c7fad
commit 1648f45295
+2 -1
View File
@@ -706,7 +706,8 @@ struct vst_events_t {
*/
int32_t count;
int32_t _unknown_00; // Always zero or uninitialized.
/** @private Reserved, must be zero. */
int32_t _reserved_00;
/** An array of pointers to valid @ref vst_event_t structures.
*