mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Only expose config_file_dump_all for RetroArch so far
This commit is contained in:
parent
3d76e33970
commit
6f3c7cba8a
@ -875,6 +875,7 @@ void config_file_dump(config_file_t *conf, FILE *file)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef RARCH_INTERNAL
|
||||
void config_file_dump_all(config_file_t *conf)
|
||||
{
|
||||
struct include_list *includes = conf->includes;
|
||||
@ -892,6 +893,7 @@ void config_file_dump_all(config_file_t *conf)
|
||||
list = list->next;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
bool config_entry_exists(config_file_t *conf, const char *entry)
|
||||
{
|
||||
|
@ -126,8 +126,10 @@ bool config_file_write(config_file_t *conf, const char *path);
|
||||
* Does not close the file. */
|
||||
void config_file_dump(config_file_t *conf, FILE *file);
|
||||
|
||||
#ifdef RARCH_INTERNAL
|
||||
/* Also dumps inherited values, useful for logging. */
|
||||
void config_file_dump_all(config_file_t *conf);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user