mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
do not sort FILE_TYPE_DOWNLOAD_LAKKA type list (#13156)
the `.index` file downloaded using the updater already has the files sorted from latest version to oldest, so sorting is not wanted here
This commit is contained in:
parent
d75127e9c2
commit
82d4cd9f19
@ -9811,7 +9811,7 @@ static unsigned print_buf_lines(file_list_t *list, char *buf,
|
||||
line_start = buf + i + 1;
|
||||
}
|
||||
|
||||
if (append)
|
||||
if (append && type != FILE_TYPE_DOWNLOAD_LAKKA)
|
||||
file_list_sort_on_alt(list);
|
||||
/* If the buffer was completely full, and didn't end
|
||||
* with a newline, just ignore the partial last line. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user