comparison config.h @ 2477:2972a8e16ed2

Make sticky_path respect save config with EXE option
author Michael Pavone <pavone@retrodev.com>
date Tue, 05 Mar 2024 23:23:06 -0800
parents bed4d3db8a3f
children
comparison
equal deleted inserted replaced
2476:aaf7bb58ffca 2477:2972a8e16ed2
21 void delete_custom_config(void); 21 void delete_custom_config(void);
22 char **get_extension_list(tern_node *config, uint32_t *num_exts_out); 22 char **get_extension_list(tern_node *config, uint32_t *num_exts_out);
23 uint32_t get_lowpass_cutoff(tern_node *config); 23 uint32_t get_lowpass_cutoff(tern_node *config);
24 tern_node *get_systems_config(void); 24 tern_node *get_systems_config(void);
25 tern_node *get_model(tern_node *config, system_type stype); 25 tern_node *get_model(tern_node *config, system_type stype);
26 uint8_t is_config_in_exe_dir(tern_node *app_config);
26 27
27 #endif //CONFIG_H_ 28 #endif //CONFIG_H_
28 29