mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Add DIR_LIST_COLLECTIONS to dir_list_new_special
This commit is contained in:
parent
33f21a4b1f
commit
83cf945016
@ -44,6 +44,10 @@ struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_ty
|
||||
dir = settings->video.shader_dir;
|
||||
exts = "cg|cgp|glsl|glslp";
|
||||
break;
|
||||
case DIR_LIST_COLLECTIONS:
|
||||
dir = settings->playlist_directory;
|
||||
exts = "lpl";
|
||||
break;
|
||||
case DIR_LIST_DATABASES:
|
||||
dir = settings->content_database;
|
||||
exts = "rdb";
|
||||
|
@ -30,6 +30,7 @@ enum dir_list_type
|
||||
DIR_LIST_CORES,
|
||||
DIR_LIST_CORE_INFO,
|
||||
DIR_LIST_DATABASES,
|
||||
DIR_LIST_COLLECTIONS,
|
||||
DIR_LIST_PLAIN,
|
||||
DIR_LIST_SHADERS
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user