monitor and output at the same time

This commit is contained in:
2025-09-21 01:09:30 +02:00
parent fbacc609c0
commit ba2ccd3611
8 changed files with 118 additions and 48 deletions
+2 -1
View File
@@ -12,11 +12,12 @@
typedef struct Parameters {
bool hot_reload;
unsigned char screen;
unsigned char monitor_screen;
bool monitor;
char *frag_path;
char *frag_config_path;
unsigned int internal_size;
float base_tempo;
bool monitor;
bool demo;
bool windowed;
} Parameters;