1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-20 06:40:18 +00:00

switch to the new sqlite backend instead of a plain text file

This commit is contained in:
fr500 2017-01-19 17:01:50 -05:00
parent d2e09622c8
commit bde244645e

@ -3382,7 +3382,7 @@ finish:
static int action_ok_push_netplay_refresh_rooms(const char *path,
const char *label, unsigned type, size_t idx, size_t entry_idx)
{
char url [2048] = "http://lobby.libretro.com/registry.lpl";
char url [2048] = "http://lobby.libretro.com/";
task_push_http_transfer(url, true, NULL, netplay_refresh_rooms_cb, NULL);
return 0;
}