(Deferred Core) Fixed deferred core

This commit is contained in:
twinaphex 2014-09-04 04:54:30 +02:00
parent c3606c2905
commit ca9fd4bc81

View File

@ -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,