mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Merge pull request #7178 from RobLoach/config
Update config entries pointer to the new beginning of the list
This commit is contained in:
commit
5d529f4ce4
@ -999,6 +999,7 @@ void config_file_dump(config_file_t *conf, FILE *file)
|
||||
}
|
||||
|
||||
list = merge_sort_linked_list((struct config_entry_list*)conf->entries, config_sort_compare_func);
|
||||
conf->entries = list;
|
||||
|
||||
while (list)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user