mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(Deferred Core) Fixed deferred core
This commit is contained in:
parent
c3606c2905
commit
ca9fd4bc81
@ -1874,7 +1874,7 @@ static int menu_action_ok(const char *dir,
|
||||
}
|
||||
#endif
|
||||
else if (!strcmp(menu_label, "deferred_core_list")
|
||||
&& type == MENU_FILE_PLAIN)
|
||||
&& type == MENU_FILE_CORE)
|
||||
{
|
||||
strlcpy(g_settings.libretro, path, sizeof(g_settings.libretro));
|
||||
strlcpy(g_extern.fullpath, driver.menu->deferred_path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user