diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 9cb41d26ff..d4c74f44b1 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -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; } diff --git a/network/netplay/netplay_frontend.c b/network/netplay/netplay_frontend.c index dca6133334..715fec24bf 100644 --- a/network/netplay/netplay_frontend.c +++ b/network/netplay/netplay_frontend.c @@ -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';