Start of global config infrastructure

This commit is contained in:
Cacodemon345
2022-11-06 22:32:58 +06:00
parent 954e022244
commit e4e1852462
4 changed files with 45 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ extern int plat_getcwd(char *bufp, int max);
extern int plat_chdir(char *path);
extern void plat_tempfile(char *bufp, char *prefix, char *suffix);
extern void plat_get_exe_name(char *s, int size);
extern void plat_get_global_config_dir(char* strptr);
extern void plat_init_rom_paths();
extern int plat_dir_check(char *path);
extern int plat_dir_create(char *path);