diff 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
line wrap: on
line diff
--- a/config.h	Sun Mar 03 13:47:59 2024 -0800
+++ b/config.h	Tue Mar 05 23:23:06 2024 -0800
@@ -23,6 +23,7 @@
 uint32_t get_lowpass_cutoff(tern_node *config);
 tern_node *get_systems_config(void);
 tern_node *get_model(tern_node *config, system_type stype);
+uint8_t is_config_in_exe_dir(tern_node *app_config);
 
 #endif //CONFIG_H_