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

View File

@ -3382,7 +3382,7 @@ finish:
static int action_ok_push_netplay_refresh_rooms(const char *path, static int action_ok_push_netplay_refresh_rooms(const char *path,
const char *label, unsigned type, size_t idx, size_t entry_idx) 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); task_push_http_transfer(url, true, NULL, netplay_refresh_rooms_cb, NULL);
return 0; return 0;
} }