Compare commits

...

7 Commits

Author SHA1 Message Date
b2ec5c092e Merge branch 'cpumeter' of git.orastron.com:orastron/tibia into cpumeter 2024-07-17 10:14:51 +02:00
Paolo Marrone
20727f5f09 ifdef fix 2024-07-17 10:14:28 +02:00
42d03ee749 yaml proper indentation 2024-07-17 10:13:47 +02:00
10b2626ab6 fixes 2024-07-17 10:13:45 +02:00
09430b6901 minor fixing 2024-07-17 10:12:34 +02:00
7aba91abc9 vst3 indentation/alignment 2024-07-17 10:11:17 +02:00
35b20f66df cpu meter ios 2024-07-17 10:09:26 +02:00

View File

@ -230,7 +230,7 @@ typedef struct pluginInstance {
#endif
void *mem;
#ifdef PARAM_OUT_CPU_INDEX
float cpu_meter;
float cpu_meter;
#endif
} pluginInstance;