mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Simplify core_info_get_name
This commit is contained in:
parent
c8b1aacefe
commit
fb5c58d65f
@ -633,13 +633,8 @@ void core_info_list_get_supported_cores(core_info_list_t *core_info_list,
|
|||||||
void core_info_get_name(const char *path, char *s, size_t len)
|
void core_info_get_name(const char *path, char *s, size_t len)
|
||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
struct string_list *contents = NULL;
|
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
struct string_list *contents = dir_list_new_special(
|
||||||
if (!settings)
|
|
||||||
return;
|
|
||||||
|
|
||||||
contents = dir_list_new_special(
|
|
||||||
settings->directory.libretro,
|
settings->directory.libretro,
|
||||||
DIR_LIST_CORES, NULL);
|
DIR_LIST_CORES, NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user