feat(state): load state on start

This commit is contained in:
2025-11-02 15:04:36 +01:00
parent 09e04720f1
commit b8bc021e69
9 changed files with 75 additions and 26 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ typedef struct Parameters {
char *frag_path;
char *config_path;
char *state_file;
bool empty_state;
bool load_state;
bool save_state;
unsigned int internal_size;
unsigned int video_size;
float base_tempo;