Move this above init_libretro_sym

This commit is contained in:
twinaphex 2016-01-27 19:30:13 +01:00
parent 7a896596a1
commit 3b38e2fe4c

View File

@ -1265,9 +1265,9 @@ int rarch_main_init(int argc, char *argv[])
}
}
driver_ctl(RARCH_DRIVER_CTL_INIT_PRE, NULL);
init_libretro_sym(current_core_type);
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_INIT, NULL);
driver_ctl(RARCH_DRIVER_CTL_INIT_PRE, NULL);
if (!event_cmd_ctl(EVENT_CMD_CORE_INIT, NULL))
goto error;