update url

This commit is contained in:
radius 2017-01-19 23:21:22 -05:00
parent 90f352806f
commit 8a1fb24fe9
2 changed files with 2 additions and 2 deletions

View File

@ -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/";
char url [2048] = "http://lobby.libretro.com/raw/";
task_push_http_transfer(url, true, NULL, netplay_refresh_rooms_cb, NULL);
return 0;
}

View File

@ -409,7 +409,7 @@ static void netplay_announce()
content_get_crc(&content_crc_ptr);
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);
char url [2048] = "http://lobby.libretro.com/?";
char url [2048] = "http://lobby.libretro.com/raw/?";
char buf [2048];
buf[0] = '\0';