mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(Menu) Fix core_list action OK
This commit is contained in:
parent
288a4af1b0
commit
eac82398a5
@ -1874,7 +1874,7 @@ static int menu_action_ok(const char *dir,
|
||||
return -1;
|
||||
}
|
||||
else if (!strcmp(menu_label, "core_list")
|
||||
&& type == MENU_FILE_PLAIN)
|
||||
&& type == MENU_FILE_CORE)
|
||||
{
|
||||
fill_pathname_join(g_settings.libretro, dir, path,
|
||||
sizeof(g_settings.libretro));
|
||||
|
Loading…
x
Reference in New Issue
Block a user