mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
Cleanup
This commit is contained in:
parent
84af36c8e9
commit
264f03d4f2
@ -623,8 +623,13 @@ void core_info_get_name(const char *path, char *s, size_t len)
|
||||
size_t i;
|
||||
core_info_t *core_info = NULL;
|
||||
core_info_list_t *core_info_list = NULL;
|
||||
struct string_list *contents = NULL;
|
||||
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,
|
||||
DIR_LIST_CORES, NULL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user