mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Fix filter by supported extensions option in filebrowser
This commit is contained in:
parent
bb987cf5ac
commit
3a4b473809
@ -170,7 +170,7 @@ typedef struct menu_displaylist_info
|
||||
char path_c[PATH_MAX_LENGTH];
|
||||
char label[255];
|
||||
uint32_t label_hash;
|
||||
char exts[255];
|
||||
char exts[PATH_MAX_LENGTH];
|
||||
unsigned type;
|
||||
unsigned type_default;
|
||||
size_t directory_ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user