mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 01:13:30 +00:00
Put rarch_main_command(RARCH_CMD_NETWORK_INIT) earlier so that
WSA has a chance to be intialized before we do the HTTP initialization
This commit is contained in:
parent
19e8c224f0
commit
ce2732fef4
@ -2299,7 +2299,6 @@ static int cb_core_manager_list(void *data_, size_t len)
|
|||||||
|
|
||||||
menu_list_clear(list);
|
menu_list_clear(list);
|
||||||
|
|
||||||
rarch_main_command(RARCH_CMD_NETWORK_INIT);
|
|
||||||
|
|
||||||
print_buf_lines(list, data, len, MENU_FILE_DOWNLOAD_CORE);
|
print_buf_lines(list, data, len, MENU_FILE_DOWNLOAD_CORE);
|
||||||
|
|
||||||
@ -2354,6 +2353,7 @@ static int deferred_push_core_manager_list(void *data, void *userdata,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_NETPLAY
|
#ifdef HAVE_NETPLAY
|
||||||
|
rarch_main_command(RARCH_CMD_NETWORK_INIT);
|
||||||
|
|
||||||
fill_pathname_join(url_path, g_settings.network.buildbot_url,
|
fill_pathname_join(url_path, g_settings.network.buildbot_url,
|
||||||
".index", sizeof(url_path));
|
".index", sizeof(url_path));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user