mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
(PS3/360) Directories are now correctly placed before files
This commit is contained in:
parent
f0fab577e7
commit
958b869c81
@ -26,7 +26,7 @@ const char * path, const char * extensions)
|
||||
filebrowser->current_dir.size = dir_list_size(filebrowser->current_dir.elems);
|
||||
filebrowser->current_dir.ptr = 0;
|
||||
|
||||
dir_list_sort(filebrowser->current_dir.elems);
|
||||
dir_list_sort(filebrowser->current_dir.elems, true);
|
||||
}
|
||||
|
||||
void filebrowser_new(filebrowser_t * filebrowser, const char * start_dir,
|
||||
|
Loading…
x
Reference in New Issue
Block a user