mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
Move this above init_libretro_sym
This commit is contained in:
parent
7a896596a1
commit
3b38e2fe4c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user